Forum Discussion
StevieBleeds
6 years agoNew Member
Using PowerShell and the REST API to store raw JSON
Hey there, Hoping someone can point me in the right direction please? I've been trying to figure out how to dump the contents of a URI (https://reports.office.com/pbi/v1.0/<tenantid>/TenantProduc...
StevieBleeds
6 years agoNew Member
Jayendran
6 years agoSolution Sage
Hi StevieBleeds ,
I've checked the behaviour, as you mentioned this API is only working in the browser where we have to sign using the Global Admin Account to get the result back in browser.
However when I tried with the App registration, with all PowerBI permissions and also the Graph API->Reports.Read.All I couldn't able to get the response, using the fiddler I always getting Error Code 302 , message=Authorization has been denied for this request.
After seeing the official document I came to know that this API is still in BETA and not supported for the production
- StevieBleeds6 years agoNew Member
Thanks for investigating, Jayendran