Forum Discussion
Token acquisition ends with "Unauthorized"
- 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.
Which line in the code throws the exception? Can you debug and send the access token in your case in private message? Also ensure the groupid is correct and the account used is the admin of the workspace group.
- dottorp8 years agoFrequent Visitor
The line is this:
var reports = await client.Reports.GetReportsInGroupAsync(GroupId);
I took the value for GroupId here:
- dottorp8 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?