简体   繁体   中英

Microsoft Graph API Android 502 Bad Gateway

I'm currently following Microsoft's tutorial at this link to integrate the Graph API into my project. I have gotten as far as adding all of the suggested edits to my app gradle file, as well as creating the auth_config_single_account.json file. Replacing the default values with all of the necessary values pertaining to my environment. Whenever I build my project I am given the error: Could not GET 'https://dl.bintray.com/microsoftazuremobile/SDK/com/microsoft/identity/client/msal/maven-metadata.xml'. Received status code 502 from server: Bad Gateway Could not GET 'https://dl.bintray.com/microsoftazuremobile/SDK/com/microsoft/identity/client/msal/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

Any ideas what could cause this to happen?

This URL is actually HTTP502 : https://dl.bintray.com/microsoftazuremobile/SDK/com/microsoft/identity/client/msal/maven-metadata.xml

Because jcenter() has been shutdown and mavenCentral() is the usually the suggested replacement. I'd rather wish for some canonical Q & A, because the same one question keeps popping up over and over again, where only the environment in which it may happen varies.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM