Forum Discussion
Anonymous
5 years agoNot applicable
Error accessing Power BI REST API: Admin - Get Activity Events using Service Principal auth
Hello, I try to access the Get Activity Events using Service Principal auth with Python. I did succesfully manage to obtain the token, however using below's code I get the following error upon r...
- Anonymous5 years ago
we had the same issue and after investigations with MS support we found out that the Admin Consent should be removed from the app permissions. Once removed the
PowerBINotAuthorizedException
error was gone !
Hope it helps ?
Anonymous
5 years agoNot applicable
we had the same issue and after investigations with MS support we found out that the Admin Consent should be removed from the app permissions. Once removed the
PowerBINotAuthorizedException
error was gone !
Hope it helps ?
Anonymous
1 year agoNot applicable
I'm facing the same issue, can you give me more information on how to do this please?