Error while uploading a binary to StoreApp using API

  • Thread starter Thread starter Ganesh Kumar Pandithurai
  • Start date Start date
G

Ganesh Kumar Pandithurai

Guest
I am trying to use Microsoft Partner Center APIs. Tried with below PowerShell script but getting error. Due to this, we are unable to use Microsoft Partner Center APIs so looking for help to fix this issue:Sample Code:$AzureADtenant = "XeroxDevelopment.onmicrosoft.com"$AzureADtenantId = "xxxx"$ClientId = "yyyy"$ClientSecret = "zzzzz"$resource = "Welcome to the Microsoft AI Cloud Partner Program"$requestAccessTokenUri = "Sign in to your account"$body = "grant_type=client_credentials&client_id=$ClientId&client_secret=$ClientSecret&resource=$resource"$accessToken =

Continue reading...
 

Similar threads

Y
Replies
0
Views
6
Yusuf Mehdi, Executive Vice President, Consumer
Y
P
Replies
0
Views
7
Panos Panay, Chief Product Officer, Windows and
P
Back
Top