Android, Google Drive: Google consent screen freezes

廉价感情. 提交于 2019-12-06 13:30:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!