-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi sir, I have run your sample then i got stucked in 2 case:
- I changed clientId, username, password then I got The request body must contain the following parameter: 'client_secret or client_assertion.
- After some researched I found that I should use
var clientCre = new ClientCredential(clientId, clientSecret);
This case I already got token. But then got stuck again in
using (var client = new PowerBIClient(new Uri(apiUrl), tokenCredentials)) { var groups = client.Groups.GetGroups(); }. It saidMicrosoft.Rest.HttpOperationException: 'Operation returned an invalid status code 'Forbidden''.
I wonder that this sample is for Native ?
Metadata
Metadata
Assignees
Labels
No labels