Can't get client-credentials access token to authorize Power BI

后端 未结 4 1049
梦谈多话
梦谈多话 2020-12-06 16:48

I\'m trying to use the Power BI REST API, using an access token acquired with the \"client credentials\" method, but I keep getting 403 Forbidden on my requests

4条回答
  •  半阙折子戏
    2020-12-06 16:58

    Make sure that your app that you registered with AAD has the read write all datasets permission. That should solve the problem.

提交回复
热议问题