Forum Discussion
/v1.0/myorg/datasets
Hi,
I am trying to query data sets, reports, update data sets from POSTMAN with Authorization tokenstring, but getting 403 forbidden error. Here is my oAuth token request [I'm getting Bearer token for this request].
Url : https://login.windows.net/common/oauth2/token
client_secret: XXX
grant_type: client_credentials
client_secret: XXX
resource: https://analysis.windows.net/powerbi/api
Thanks & Regards
3 Replies
- mani1215New Member
Hi,
I am trying to query data sets, reports, update data sets from POSTMAN with Authorization tokenstring, but getting 403 forbidden error. Here is my oAuth token request [I'm getting Bearer token for this request].
Url : https://login.windows.net/common/oauth2/token
client_secret: XXX
grant_type: client_credentials
client_secret: XXX
resource: https://analysis.windows.net/powerbi/api
Thanks & Regards
- v-sihou-msft
Microsoft Employee
Currently, Power BI REST API only supports insert and delete rows. Query and update are not supported. See: Row operations.
Please vote this idea.
Regards,
- mani1215New Member
The auth-token is not working for groups REST API,
GET https://api.powerbi.com/v1.0/myorg/groups
Authorization : Bearer XXXXX
Content-Type: application/json
We are getting 403 for all Power BI REST API's, when i copy the auth token from browser, all power bi api's are working. Seems the Bearer token is not valid one which we are creating. Could you please help us on this ?