Forum Discussion
adamwallace3
8 years agoAdvocate II
How To: Get embed token using Get/Post only
Step 1: Authorize App Register App I used a native app, it was the simplest solution. You can use a server-web app, but you will need to add client_secret anywhere you see client_id in this walk...
aaco
8 years agoRegular Visitor
So, I figured out that I wasn't using the Body > raw > JSON (application/json) option in Postman. Now I do it but am getting a different error:
{
"error": {
"code": "Unauthorized",
"message": "Report.Read.All Dataset.Read.All"
}
}
For info, steps 1 to 3 are still OK and permissions on the Azure App Registration side for 'Power BI Service' are all set to 'DELEGATED' (19 in total).
Thanks again.
Anonymous
7 years agoNot applicable
aaco Did you find the source of this issue please ?