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.
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.