Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Play Store app with Google drive sdk is always showing 'Choose account' popup

I have integrated the Google drive sdk with the app and is working fine with the debug and signed build. But, when the app is installed from Play Store it is always showing the Account Chooser popup. Seems like the authentication is getting failed for play store build.

The app's package name and SHA-1 signing-certificate fingerprint is already added in the console.

Did someone faced the same issue during drive sdk integration ?

like image 636
Shyam Avatar asked Aug 12 '17 04:08

Shyam


People also ask

How do I authorize an app on Google Drive?

Go to the Security section of your Google Account. Under “Third-party apps with account access,” select Manage third-party access. Select the app or service you want to review.

How do I authenticate Google Drive?

In the search results, click Google Drive API, and then click Enable API. In the menu on the left, click Credentials. In the OAuth Consent Screen tab, enter a valid email address and application name, and click Save. In the Credentials tab, click Add credentials, and select OAuth client ID .


1 Answers

Just create an OAuth Client ID in the developers console .This will be work for you.

like image 113
Bloomingsuman Avatar answered Oct 01 '22 13:10

Bloomingsuman