Forum Discussion
What is the Power BI REST URI for US Gov Cloud?
Hello,
We are on US Gov Cloud. I am trying to connect to Power BI REST API using Azure App. I was able to successfully procure a token for the GovCloud (https://analysis.usgovcloudapi.net/powerbi/api) using the grant type App Credentials in Postman. But when I am trying to connect using token to REST API using https://api.powerbigov.us/myorg/v1.0/groups it is throwing 403 forbidden error. Am I using the right API URI? Someone please help.
Thanks
- Anonymous2 years ago
Hi vamshivanguri ,
403 forbidden indicates that the token or permission range is incorrect, please make sure your token is correct.
Verification method:
1.Login to power bi service with the corresponding account and enter workspace.2. Press f12 to enter application.
3. Use the content in the secret as the token and initiate a request in postman.
If you can successfully request the data, it means that the original token is not correct, please follow the process to re-apply to ensure its correctness.If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- AnonymousNot applicable
Hi vamshivanguri ,
403 forbidden indicates that the token or permission range is incorrect, please make sure your token is correct.
Verification method:
1.Login to power bi service with the corresponding account and enter workspace.2. Press f12 to enter application.
3. Use the content in the secret as the token and initiate a request in postman.
If you can successfully request the data, it means that the original token is not correct, please follow the process to re-apply to ensure its correctness.If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- vamshivanguri
Helper I
Thank you.
From your steps, my token is working fine and I am able to figure out Azure App has Permission issues. .
-Vamshi