Forum Discussion
s8nRrG
9 years agoRegular Visitor
403 Forbidden error occured when using REST API
I'm developing API that allows to send data directly to Power BI. There must not be any user's interaction to authenticate the request. The user can set only clientId and clientSecret values. But all...
Sunkari
9 years agoResponsive Resident
I hope your registered your app with Azure Active directory and provided proper clientid,clientkey,username and pwd.
https://login.microsoftonline.com/yourdirectorykey/oauth2/token
Provide proper directory key to resolve your issues.
Let me know if you need any further details
hari_seenivasan
9 years agoFrequent Visitor
Try the following API end point
I believe its still in beta mode.
https://api.powerbi.com/beta/myorg/datasets
- s8nRrG9 years agoRegular Visitor
hari_seenivasan wrote:Try the following API end point
I believe its still in beta mode.
https://api.powerbi.com/beta/myorg/datasets
It works with the same 403 status code.
- hari_seenivasan9 years agoFrequent Visitor
Redirect response to HTML and share here, we will get more details on what went wrong.