Forum Discussion
KEMKEM
2 years agoRegular Visitor
How to use the Power Bi Rest Api without the refreshtoken?
I have a powershell script which is using the Power Bi Rest Api. For the authentication they use some strange solution. They capture the refresh token from the browser and save it in a txt file. Than...
lbendlin
Super User
2 years agoAsk for a bog standard auth token each time before your API call. You need to have an app registered with the required scope, client secret etc.