GoogleApiClient onConnectionFailed with statusCode=SIGN_IN_REQUIRED

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

    This will work once you have created your Google API project, you have added your SHA-1 and Package Name as asked. Also, keep in mind that your package must not conflict with other projects in Google. Hope this works. Register your project in :

    Click here to add enable your Google api

    and enable API once project credentials are all set. And if you are looking to upload or download your files then you have to use Permissions in your Manifest file:

    
    
    
    
    
    

    -Surajit. Happy Coding.

提交回复
热议问题