Forum Discussion
Dragon496
3 years agoHelper II
Randomly receiving 503, server unavailable, when retrieving activities?
We have some power shell scripts that retrieves details regarding our Power BI tenant. The actual lines that retrieves the activity details are:- if (!$result.continuationUri) { $result = Invoke-...
Anonymous
3 years agoNot applicable
Hi Dragon496,
What type of authorizations methods are you used with rest API? OAuth, token or service principal?
If you mean the service principal mode, it requires you to re-invoke the authorization step with service principal every time before the API usages when you work with powershell scripts.
Regards,
Xiaxin Sheng