简体   繁体   English

Google Identity Toolkit通过googleplus提供程序返回“发生系统错误”

[英]Google Identity Toolkit returns “A system error has occurred” with googleplus provider

I my android app I have 2 providers: facebook and google+. 我的Android应用程式有2个提供者:facebook和google +。 There are not problems with Facebook (and password) access. Facebook(和密码)访问没有问题。 With googleplus always I have this response: 始终使用googleplus,我得到以下响应:

Response from verifyAssertion:

{"error":{
    "message":"A system error has occurred",
    "code":400,
    "errors": [
         {"message":"A system error has occurred",
          "domain":"global","reason":"invalid"}
    ]
  }
}

It looks like the error message does not reveal much information. 看起来错误消息没有显示太多信息。 Could you please post your question again on https://groups.google.com/forum/#!forum/google-identity-toolkit so that we can contact you in person? 您能否在https://groups.google.com/forum/#!forum/google-identity-toolkit上再次发布您的问题,以便我们可以亲自与您联系?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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