Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
For Api calling with c# to get tokem number or report
var credentials = new TokenCredentials(vars.Azure.accessToken);
client.BaseUri = new Uri("https://api.powerbi.com");
var generateTokenRequestParameters = new GenerateTokenRequest(accessLevel: "view");
var r= await client2.Reports.GenerateTokenInGroupAsync(vars.ApiBi.groupBi, vars.ApiBi.reportBi, generateTokenRequestParameters);
here is the error
System.AggregateException HResult=0x80131500
Inner Exception 1:HttpOperationException: Operation returned an invalid status code 'NotFound'
i have pro version for power bi and free version for azure
using c# 2017-2019
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |