You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.
I just cloned this repository and opened it in Android Studio, built and ran it on my Nexus 6P, without making any changes, and when the account chooser pops up, no matter which account I choose, i get this error message immediately logged:
Is the OAuth 2.0 method shown in the linked youtube video the only way that works? For access to the AppFolder drive only, is OAuth 2.0 needed or is an API Key enough?
Also, isn't some kind of meta-data needed to be added to the manifest?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just cloned this repository and opened it in Android Studio, built and ran it on my Nexus 6P, without making any changes, and when the account chooser pops up, no matter which account I choose, i get this error message immediately logged:
I/drive-quickstart: GoogleApiClient connection failed: ConnectionResult{statusCode=SIGN_IN_REQUIRED, resolution=PendingIntent{bd2ce36: android.os.BinderProxy@75a7137}, message=null}
Again, built straight from source, no changes, just doesn't work.
Also, the resolution intent is not handled in onActivityResult, so not sure what to do if this were to happen in production.
The text was updated successfully, but these errors were encountered: