Forum Discussion
Only group admin can embed group content
- 8 years ago
permissions could take some time to be updated in power BI, please ask the user to ligin to power BI and verify he can see him self as an admin.
if you are intrested in "User Owns Data" then the users of your application is not required to generate tokens.
the generate token API is for "App Owns Data". if the app users are power bi users then it seems you indeed need "User Owns Data", you should use the AAD access token to do the embedding.
for sample, please refer to: https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/User%20Owns%20Data
permissions could take some time to be updated in power BI, please ask the user to ligin to power BI and verify he can see him self as an admin.
if you are intrested in "User Owns Data" then the users of your application is not required to generate tokens.
the generate token API is for "App Owns Data". if the app users are power bi users then it seems you indeed need "User Owns Data", you should use the AAD access token to do the embedding.
for sample, please refer to: https://github.com/Microsoft/PowerBI-Developer-Samples/tree/master/User%20Owns%20Data
- starget8 years agoNew Member
Thank you. I'm not sure if it was simply a matter of waiting or cutting out the redundant "GenerateToken" step. But either way, the embed now works for this particular user.