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
403 Forbidden
Make sure that your app that you registered with AAD has the read write all datasets permission. That should solve the problem.