I have created a canvas app whose data source is Azure SQL DB, While I am trying to share the app with internal user of my organization I am getting below error,
Errror detalis: "The user with object id 'XXXX-XX-45a1-a0a8-XXX' in environment 'Default-XXX-XX-4039-XX-XX' misses required privileges: 'prvShareCanvasApp'."
Is there any way to resolve this?
Thanks in advace...for reply.
Solved! Go to Solution.
The simple solution might be
1. Check the user if they have a valid license assigned
2. Check user can access the Azure SQL DB
3. Also most important, users should have access to your environment with Environment Reader or equivalent customized permission.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Hi @jaiswalrohan029 ,
i am not sure as i never wrote a canvas app, but may be this community https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1 has shorter responsetimes on that types of questions.
Just a hint.
Have fun,
Christian
The simple solution might be
1. Check the user if they have a valid license assigned
2. Check user can access the Azure SQL DB
3. Also most important, users should have access to your environment with Environment Reader or equivalent customized permission.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.