com.google.android.gms.auth.GoogleAuthException: UNREGISTERED_ON_API_CONSOLE

后端 未结 4 1967
情书的邮戳
情书的邮戳 2020-12-09 11:29

Im implementing an android app that enables users to stream to a youtube channel straight from the app. I have created an API key and a OAuth 2.0 client ID

But I ge

4条回答
  •  执笔经年
    2020-12-09 11:36

    In my case the UNREGISTERED_ON_API_CONSOLE error was caused by misspell in package name in AndroidManifest. Simple but lost many hours struggling with keys and SHAs.

提交回复
热议问题