Python Microsoft Store API

0
15K

The following example demonstrates how to obtain an Azure AD access token that you can use to call methods in the Microsoft Store submission API. After you obtain a token, you have 60 minutes to use this token in calls to the Microsoft Store submission API before the token expires. After the token expires, you can generate a new token..

import http.client, json tenantId = "" # Your tenant ID clientId = "" # Your client ID clientSecret = "" # Your client secret tokenEndpoint = "https://login.microsoftonline.com/{0}/oauth2/token" tokenResource = "https://manage.devcenter.microsoft.com" tokenRequestBody = "grant_type=client_credentials&client_id={0}&client_secret={1}&resource={2}".format(clientId, clientSecret, tokenResource) headers = {"Content-Type": "application/x-www-form-urlencoded; charset=utf-8"} tokenConnection = http.client.HTTPSConnection("login.microsoftonline.com") tokenConnection.request("POST", "/{0}/oauth2/token".format(tenantId), tokenRequestBody, headers=headers) tokenResponse = tokenConnection.getresponse() print(tokenResponse.status) tokenJson = json.loads(tokenResponse.read().decode()) print(tokenJson["access_token"]) tokenConnection.close()

Buscar
Categorías
Read More
Economics
Do stocks perform well during inflation?
Do Stocks Perform Well During Inflation? Inflation is one of the most important economic forces...
By Leonard Pokrovski 2026-07-27 20:20:08 0 2K
Economics
What happens if I only make the minimum payment from credit card?
What Happens If I Only Make the Minimum Payment on My Credit Card? Making only the minimum...
By Leonard Pokrovski 2026-08-04 19:17:38 0 516
История
Сокровища Сьерра-Мадре. The Treasure of the Sierra Madre. (1948)
В небольшом мексиканском городке Тампико знакомятся два бедняка Доббс и Кертин. От местного...
By Nikolai Pokryshkin 2023-02-19 18:34:14 0 27K
Business
Can I Use Docker with PaaS?
A developer once told me something that perfectly captured the tension many engineering teams...
By Dacey Rankins 2026-07-07 12:35:29 0 4K
Decision Making and Problem Solving
How to improve creativity?
How to Improve Creativity The blank page gets blamed for a lot of things. A lack of...
By Michael Pokrovski 2026-06-12 11:31:14 0 4K

BigMoney.VIP Powered by Hosting Pokrov




google-site-verification=q_0zhvNWwTfwbQ-uEJsvcmUKKbtOWUTgl3H57qDiFrg