I created my app in https:// apps.dev.microsoft.com/#/appList by hotmail account
then I tried to get access token for PUT text file to onedrive or sharedrive.
I copied app id and secret code to postman in Authorization tab and chose OAuth 2.0
Then I filled
. .
Auth url: https:// login.microsoftonline.com/common/oauth2/v2.0/authorize
Access token url: https:// login.microsoftonline.com/common/oauth2/v2.0/token
Client id: 'my app id'
Client secret: 'my app secret password'
scope: user.read
Grant type: Authorization Code
. .
then pressed request token
After that new window started and let me sign in microsoft account, and I used this account => [email protected]
after sign in it showed this message
We're unable to complete your request Microsoft account is experiencing technical problems. Please try again later.
How can I fix it.
I have to use upload text file to one drive in background in react native app.
I tried this is my react native app and it showed the same message.
Thank you