The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have been following .Net Core example from here.
When opening example I get similar errors then in: this ticket
The call to GET https://wabi-north-europe-redirect.analysis.windows.net/metadata/embed/dashboard/9b3585b9-91bc-4cf8-... is using;
Bearer "Embed view token" generated by GenerateTokenInGroupAsync call
Tested with external REST client;
by using Bearer "Embed view token" -> I get 403
However, if is use external REST client;
by using Bearer "Access token" -> It's 200 OK
How can I change the AJAX call (?) to use Access token, instead of Embed token.
Modified code sample added (azure app settings removed).
https://www.dropbox.com/s/743hxrbmwibdzr9/NetCoreSample.zip?dl=0
This got solved, stupid user error. I was using the same variable to store both Embed Token and Access Token.