问题
I've upgraded my app to the Google Drive REST API and its Java wrappers, as described here: https://developers.google.com/drive/android/deprecation
My code is very close to the official demo app provided by Google. I also cross-checked with other code examples I've found.
The Google Drive API upgrade itself was successful, but now there are very few users that cannot log-in anymore. The Google consent screen displays a white box and the circle is rotating. No information is displayed at all.
On the code side the app receives the callback that something failed. No further information. No chance to debug Google's consent dialog.
What's going on here?
回答1:
The issue is on Google's side. The consent dialog freezes when the e-mail address of the Google account ends with "googlemail.com". The user has to migrate to "gmail.com" and everything works fine. https://mail.google.com/mail/u/0/googlemail/rebrand
来源:https://stackoverflow.com/questions/58073423/android-google-drive-google-consent-screen-freezes