com.google.android.gms.common.api.ApiException: 16:

前端 未结 6 1920
醉梦人生
醉梦人生 2021-02-09 07:37

I try to learn how i can use google sign in in my android App, but i catch com.google.android.gms.common.api.ApiException: 16 And i can\'t find on stackoveflow

6条回答
  •  旧时难觅i
    2021-02-09 08:04

    I had the same problem, start activity result kept coming back with RESULT_CANCELED and errorCode 16. The problem was my client configuration in Google Cloud Platform Console. I was using the regular debug and release api key. The result came back OK when I used web application as my Google Console configuration.

    Hope it helps.

提交回复
热议问题