
Announcements
Hi there,
I'm having a problem with a GET request on the Power BI Rest API: Getting a 404-errors:
{
"cache-control": "no-store, must-revalidate, no-cache",
"content-type": "application/octet-stream",
"date": "Sat, 02 Mar 2019 07:47:33 GMT",
"requestid": "adcfbb0e-b72e-4416-8015-6ee0aa424a86",
"strict-transport-security": "max-age=31536000; includeSubDomains",
"x-content-type-options": "nosniff",
"x-frame-options": "deny"
}What I find so surprising is, that the POST-requests work all fine. So I'm able to refresh my datasets, but not retrieve them for example:
This is the failing one:
and this one works perfectly fine:
So any hint appreciated!!
Turned out I had to use "myorg" instead of "me" (but only for the GET requests...).