Forum Discussion
API DataflowUnauthorizedError when trying to update a Dataflow although all permissions are set
- Anonymous2 years ago
Hi gtzanakis ,
Service principal only supports some read-only admin APIs. Since you mentioned that POST requests for refreshing dataflows work, you might need to use personal credentials or a different authentication method for update operations.
Solved: PBI Service, Dataset refresh fail - DataflowUnauth... - Microsoft Fabric Community
Got an answer from the support.
For me the problem was that i can't refreshing a dataset in a pro workspace that are getting data from dataflows in a PPU workspace. That's too bad because then PPU is kind of useless for me for now.
Best Regards
Hi gtzanakis ,
Service principal only supports some read-only admin APIs. Since you mentioned that POST requests for refreshing dataflows work, you might need to use personal credentials or a different authentication method for update operations.
Solved: PBI Service, Dataset refresh fail - DataflowUnauth... - Microsoft Fabric Community
Got an answer from the support.
For me the problem was that i can't refreshing a dataset in a pro workspace that are getting data from dataflows in a PPU workspace. That's too bad because then PPU is kind of useless for me for now.
Best Regards
Hey Anonymous ,
Thank you for your reply, this helps. After reading your posts, I realized I cannot use a Service Principal to update the configuration of a workflow. It says so in your screenshot as well: Dataflows management is not supported.
Since I wanted to perform the API call non-interactively, I think I have no options. Thank you very much again!