Android 在测试GooglePlus的登录流时,我的帐户似乎失效了

Android 在测试GooglePlus的登录流时,我的帐户似乎失效了,android,google-play,google-plus-signin,Android,Google Play,Google Plus Signin,我们目前正在构建游戏的登录流,允许使用Google Plus登录,以检索在后端存储其个人资料数据的访问令牌。不幸的是,现在我的两个电子邮件地址都发生了这种情况,在登录和注销、从手机中卸载应用程序和/或清除其中的所有数据、从我的G+个人资料中删除应用程序之后,我的帐户似乎无法再登录。我得到了登录spinny视图,它会挂在那里,在logcat中喷涌而出 05-19 15:03:35.644: V/AuthAccountOperation(23492): access token request su

我们目前正在构建游戏的登录流,允许使用Google Plus登录,以检索在后端存储其个人资料数据的访问令牌。不幸的是,现在我的两个电子邮件地址都发生了这种情况,在登录和注销、从手机中卸载应用程序和/或清除其中的所有数据、从我的G+个人资料中删除应用程序之后,我的帐户似乎无法再登录。我得到了登录spinny视图,它会挂在那里,在logcat中喷涌而出

05-19 15:03:35.644: V/AuthAccountOperation(23492): access token request successful
05-19 15:03:35.674: I/GLSUser(1415): [GLSUser] getTokenFromCache: [account: <ELLIDED:17652>, callingPkg: com.google.android.gms, service: oauth2:https://www.googleapis.com/auth/games.firstparty]
05-19 15:03:35.676: I/Auth.Core(1415): [TokenCache] Missing snowballing token: no granted scopes set.
05-19 15:03:36.046: I/GLSUser(1415): [GLSUser] getTokenFromCache: [account: <ELLIDED:17652>, callingPkg: com.sixminute.freeracing.test, service: oauth2:https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/games]
05-19 15:03:36.053: I/Auth.Core(1415): [TokenCache] Missing snowballing token: no granted scopes set.
05-19 15:03:36.064: I/GLSUser(1415): [GLSUser] getTokenFromGoogle [account: <ELLIDED:17652>, callingPkg: com.sixminute.freeracing.test, service: oauth2:https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/games
05-19 15:03:36.467: I/GLSUser(1415): [GLSUser] getAuthtoken(<ELLIDED:17652>, oauth2:https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/games) -> status: null)
05-19 15:03:36.467: I/GLSUser(1415): [GLSUser] Extracting token using key: Auth
05-19 15:03:36.485: V/GLSActivity(1415): AuthDelegateWrapperCreated with selected intent: Intent { cmp=com.google.android.gms/.auth.DefaultAuthDelegateService }
05-19 15:03:36.583: V/AuthAccountOperation(23492): offline access is not requested; requesting access token
05-19 15:03:36.614: I/GLSUser(1415): [GLSUser] getTokenFromCache: [account: <ELLIDED:17652>, callingPkg: com.sixminute.freeracing.test, service: oauth2:https://www.googleapis.com/auth/games https://www.googleapis.com/auth/plus.login]
05-19 15:03:36.619: I/Auth.Core(1415): [TokenCache] Missing snowballing token: no granted scopes set.
05-19 15:03:36.630: V/AuthAccountOperation(23492): access token request successful
如果我让事情保持一个小时左右,我不确定,在某个阶段它会恢复正常。但是我再次测试这个流?又坏了

这使得开发非常困难,任何关于如何修复的帮助都将非常感谢