Forum Discussion
nakaya
8 years agoRegular Visitor
RestAPI Authentication
Hello, I'm trying to put data to PowerBI dataset from javascript. But, POST https://api.powerbi.com/v1.0/myorg/groups returns 401 Unauthorized How can I be authorized? My step is 1. register...
v-jiascu-msft
8 years agoMicrosoft Employee
Hi nakaya,
It seems you used some wrong URLs. Please refer to this documentation. It's very clear.
Best Regards,
Dale
- nakaya8 years agoRegular Visitor
Thanks for your replying.
>Please refer to this documentation.
I want to do that in javascript, not .net app.
Is there any documentation?