googleworkspace / android-samples

Android samples for Google Workspace APIs
Apache License 2.0
635 stars 410 forks source link

Deprecation Example - Sign In stuck #122

Open roehrdor opened 5 years ago

roehrdor commented 5 years ago

Expected Behavior

Following the steps described here I should be able to Sign In with my Google Account and write a file to Google Drive.

Actual Behavior

After selecting my Google Profile the Login is stuck image

Steps to Reproduce the Problem

  1. Create a Project on the Google Developer Console
  2. Enable the Google Drive API
  3. Add an OAuth Credentials using the SHA-1 from debug.keystore and the package name
  4. Adding the scope (../auth/drive.file) to the Consent Screen
  5. Build the application and sign it using the debug keystore.
  6. Verify the signature used.
AlexeyMatrosov commented 5 years ago

The same problem in my release version. Instead of permissions screen some users see blank screen with circle progress bar

Automage commented 3 years ago

@roehrdor did you solve this issue?

RohitSurwase commented 3 years ago

I am facing the same issue. Did anyone solve the issue?

mrashidcit commented 3 years ago

I'm facing the same issue too.

I have read different articles on stackoverflow too. And Tried to Update the dependicies but still facing the same issue.

sufiaji commented 3 years ago

same issue here and hasn't been resolved until now