GoogleApiClient onConnectionFailed with statusCode=SIGN_IN_REQUIRED

前端 未结 6 1529
别那么骄傲
别那么骄傲 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:24

    This error indicates that the account is locked, possibly for security reasons. You should go to drive.google.com from a desktop browser and log into the account before attempting to programmatically access the account via an Android app. Once you've gone all the way through a desktop browser login you should then be able to access the account from Android.

提交回复
热议问题