Forum Discussion
dottorp
8 years agoFrequent Visitor
Token acquisition ends with "Unauthorized"
I'm trying to embed a PBI report in a Web app. I configured the App as "native app", and then granted authorizations you can see in these screenshots: I'm using this sample: https://githu...
- 8 years ago
Solved by myself. I was trying to get a report from "Personal workspace" (I don't know if this is his name in english, I use it in italian), and this was the error. By creating a new workspace area it went all fine.
dottorp
8 years agoFrequent Visitor
The line is this:
var reports = await client.Reports.GetReportsInGroupAsync(GroupId);
I took the value for GroupId here:
dottorp
8 years agoFrequent Visitor
Solved by myself. I was trying to get a report from "Personal workspace" (I don't know if this is his name in english, I use it in italian), and this was the error. By creating a new workspace area it went all fine.
- dolenc6 years agoFrequent Visitor
Hey,
I have try the some and I have the some problem.
Did you finde solution?