Forum Discussion
PowerBI API is unreachable from Unity
Hi ep513140,
Can you please share some more detail information about this issue? They should help us clarify your scenario and test to troubleshoot.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Here is my code which I am using:
The player Confidence and Experience are the columns in the API I want to write to.
First I attempt a GET request which returns this error:
rows?experience=power-bi&key=<key>: HTTP Error: HTTP/1.1 404 Not Found
Then I attempt a POST request which gets this error:
rows?experience=power-bi&key=<key>: HTTP Error: HTTP/1.1 500 Internal Server Error
As I have said above, the code works for other APIs but this PowerBI API will not let me post to it. Postman and Powershell are able to post to the PowerBI API but are unable to do a GET request with this error: