diego-d5000 / PowerBI-Angular2

Angular (Angular 2, Angular io) components based on "PowerBI-Angular" and "PowerBI-Javascript" to use PowerBI Embedded Features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403 Error - https://wabi-us-north-central-redirect.analysis.windows.net/metadata/cluster

anotherkhan opened this issue · comments

Embedded report content is unable to display, I am receiving 403 forbidden error on GET (https://wabi-us-north-central-redirect.analysis.windows.net/metadata/cluster)

I have used the same embedded token on PBI playground and it works fine.
https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html

any help would appreciated!

Thanks.

Did you have any luck with this issue? I have tried using ngx-powerbi, but I still get the same issue.

I had the same issue. I had to specify the token type as embed
<powerbi-component embedUrl="https://app.powerbi.com/reportEmbed?reportId={reportid}&groupId={groupid}" accessToken="{AccessToken}" type="report" id="{reportid}" tokenType="Embed"> </powerbi-component>