Forum Discussion
How To: Get embed token using Get/Post only
Hi,
When executing the step 4 in Postman (adding the Authorization token in the headers and the Data in the body) I'm getting the following error:
{
"error": {
"code": "",
"message": "The request entity's media type 'multipart/form-data' is not supported for this resource."
}
}
Also, when running step 5 in Chrome, I get this error message:
GET https://wabi-north-europe-redirect.analysis.windows.net/metadata/cluster 403 (Forbidden)
From step 1 to step 3 all works as described. Is someone else getting the same error message? Any ideas of how to fix it or where it should be coming from?
Many thanks
- aaco8 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.
- Anonymous7 years agoNot applicable
aaco Did you find the source of this issue please ?