Android-Sign in via Google plus “An internal error has occured”

后端 未结 2 820
离开以前
离开以前 2021-01-18 03:18

I have some problem which this link talk about: "An internal error occurred" with integration of Google Plus Login and this link: Google plus client "An inter

相关标签:
2条回答
  • 2021-01-18 03:38

    I solved the problem by get SHA from cmd not from exported file becuase I am running the project via mobile not via getting APK file when I should run project via getting apk file I must get the SHA from exported file

    0 讨论(0)
  • 2021-01-18 03:52

    I had this same error message. My problem was solved by changing

    .setScopes("PLUS_LOGIN")

    to

    .setScopes(Scopes.PLUS_LOGIN)

    0 讨论(0)
提交回复
热议问题