Powerbi oauth api provides 403 while accessing data from access token

ぃ、小莉子 提交于 2021-01-29 19:29:14

问题


I am trying to get the rest api working on the powerbi . I was successfully able to login using the grant type as client_credentials . Here is my request data while creating token .

{
 client_id:'my-client-id',
 client_secret:'my-client-secret'
 grant_type:'Client credentials' 
}

But when I use the response token from this api to get other api response . I get 403 error as a response when try to access the data . The following permission is given to my app but still I am getting 403 . Can anyone help me with this problem .


回答1:


Did you granted admin consent for these permissions by clicking the button bellow them:



来源:https://stackoverflow.com/questions/58245339/powerbi-oauth-api-provides-403-while-accessing-data-from-access-token

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!