Forum Discussion
bkuhse
9 years agoFrequent Visitor
401 Error when rebinding report
We're doing some preliminary exploration of the API via PowerShell and receiving a 401 error when attempting to rebind a report to a new dataset. Other API calls are successful, including other POST...
- 9 years ago
The Rebind API works in my test, as to 401, it is a unauthorized issue, please go to Azure portal and ensure that you've set all permissions for the registered app and then click grant permissions.
Eric_Zhang
9 years agoMicrosoft Employee
The Rebind API works in my test, as to 401, it is a unauthorized issue, please go to Azure portal and ensure that you've set all permissions for the registered app and then click grant permissions.
bkuhse
9 years agoFrequent Visitor
We've been skating by so far using the ClientID supplied by the PowerShell library we're using - attemping to pass our own ClientID results in errors I've been trying to avoid troubleshooting, but it sounds like it's time for us to put our big boy pants on and do this the right way.
Appreciate the info!