Forum Discussion
Embed group report problem
How did you embed the report, did you follow this sample Integrate a report into an app?
Also please ensure the token is not expired, did you try to get a new token and embed?
- vospitannikov9 years agoHelper I
Eric_Zhang, yes, I followed exactly these instructions
and I'm pretty sure that token is valid - I can get the list of reports using GET request (https://api.powerbi.com/v1.0/myorg/groups/{someGroupId}/reports)
The only one difference between example and my code - that I'm trying to integrate group report, not default one
- vospitannikov9 years agoHelper I
Eric_Zhang, I've integrated default report (not group one) and it works fine
Only groups reports cause mentioned above error
- Eric_Zhang9 years agoMicrosoft Employee
Eric_Zhang wrote:How did you embed the report, did you follow this sample Integrate a report into an app?
Also please ensure the token is not expired, did you try to get a new token and embed?
vospitannikov has confirmed that he followed this link.