Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

I'm seeking more help on the following thread, Client-credentials don't work for powerBI REST APIClient-credentials don't work for powerBI REST API, as I can't post any comments yet. I have the exact same situation as described in that question: I can obtain an access token, but using it for datasets gives me a 403 response. My goal is to use the Power BI REST API in Python without UI.

Could anyone clarify how the mentioned authentication flow using the username and password is achieved and at which stage? Do I first obtain the access token, or do I not need any access token at all?

Or, maybe someone has solved the authentication flow without using username and password?

Any help is greatly appreciated!

I'm seeking more help on the following thread, Client-credentials don't work for powerBI REST API, as I can't post any comments yet. I have the exact same situation as described in that question: I can obtain an access token, but using it for datasets gives me a 403 response. My goal is to use the Power BI REST API in Python without UI.

Could anyone clarify how the mentioned authentication flow using the username and password is achieved and at which stage? Do I first obtain the access token, or do I not need any access token at all?

Or, maybe someone has solved the authentication flow without using username and password?

Any help is greatly appreciated!

I'm seeking more help on the following thread, Client-credentials don't work for powerBI REST API, as I can't post any comments yet. I have the exact same situation as described in that question: I can obtain an access token, but using it for datasets gives me a 403 response. My goal is to use the Power BI REST API in Python without UI.

Could anyone clarify how the mentioned authentication flow using the username and password is achieved and at which stage? Do I first obtain the access token, or do I not need any access token at all?

Or, maybe someone has solved the authentication flow without using username and password?

Any help is greatly appreciated!

Source Link
Jon
  • 29
  • 1
  • 6

Power BI REST API with Python

I'm seeking more help on the following thread, Client-credentials don't work for powerBI REST API, as I can't post any comments yet. I have the exact same situation as described in that question: I can obtain an access token, but using it for datasets gives me a 403 response. My goal is to use the Power BI REST API in Python without UI.

Could anyone clarify how the mentioned authentication flow using the username and password is achieved and at which stage? Do I first obtain the access token, or do I not need any access token at all?

Or, maybe someone has solved the authentication flow without using username and password?

Any help is greatly appreciated!