GoogleApiClient onConnectionFailed with statusCode=SIGN_IN_REQUIRED

前端 未结 6 1526
别那么骄傲
别那么骄傲 2021-01-01 03:30

I\'m trying to connect my app to Google play service to access Google Drive but It showing me connection failed with statusCode SIGN_IN_REQUIRED.

6条回答
  •  南方客
    南方客 (楼主)
    2021-01-01 04:06

    As I see most of the answer above are right, still if you could not able to solve the problem. Here are the things please check with your development environment

    1. If you have switched between two different systems(pc/laptop), please generate another SHA1 key for each system and update on Google developer console

    2. If you have not switched between two system still you face the issue then, make sure in your manifest application Id is matching with package name you have given in Google developer console

    3. Don't forget to enable Drive API in Google developer console

提交回复
热议问题