我正在开发的一个 android 应用程序使用 Google oauth 对用户进行身份验证(通过 AccountManager)。
直到昨天它一直工作正常,现在每当应用程序尝试进行身份验证并获取谷歌身份验证令牌时,我都会收到以下错误:
http://i.stack.imgur.com/0H8xT.png
Logcat 显示以下内容(已删除电子邮件):
I/GLSUser ( 1478): GLS error: RATE_LIMIT_EXCEEDED xxx@yyy.com oauth2:https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile
V/GoogleLoginService( 1478): Returning error intent with: ComponentInfo{com.google.android.gsf.login/com.google.android.gsf.login.LoginActivity}
I/ActivityManager( 456): START {flg=0x10000000 cmp=com.google.android.gsf.login/.LoginActivity (has extras) u=0} from pid 3967
I/ActivityManager( 456): START {cmp=com.google.android.gsf.login/.ShowErrorActivity (has extras) u=0} from pid 1478
I/qtaguid ( 1478): Tagging socket 52 with tag dc4e7700000000(14438007) for uid -1 failed errno=-13
I/NetworkManagementSocketTagger( 1478): tagSocketFd(52, 14438007, -1) failed with errno-13
W/GLSActivity( 1478): GAIA ERROR WITH NO RESOURCE STRING Unknown
I/ActivityManager( 456): Displayed com.google.android.gsf.login/.ShowErrorActivity: +69ms (total +92ms)
以前有人见过这个 RATE_LIMIT_EXCEEDED 错误吗?