Unknown issue in the Google Play dialog when trying to use a sample Google Drive

I google more than 4 hours but don’t get a solution. I am registering the pkg application and the hash key in the application console. I am using a sample provided by Google developers. But what happens, I do not know.

failed to send message and image due to lesser reputation

Sorry for my English.

+4
source share
4 answers

Make sure you add the name of your package and the SHA1 key to

Google Cloud Console -> Your project -> API and authorization -> Credentials through "Create a new customer identifier" in the "OAuth" section.

, " " " API".

7 8.

+3

, SHA1 , CLIENT. , , CLIENT_ALL.

CLIENT_ALL =

gameHelper = new GameHelper(gameActivity, GameHelper.CLIENT_GAMES | GameHelper.CLIENT_PLUS
            | GameHelper.CLIENT_APPSTATE | GameHelper.CLIENT_SNAPSHOT);

CLIENT_APPSTATE:

gameHelper = new GameHelper(gameActivity,CLIENT_APPSTATE);

CLIENT , CLIENT.

+1

In the developer console, make sure that the permission fields for the email address and product name are set. I was getting this error until I provided valid values ​​for these fields.

0
source

In my case, I used the SHA key for my release version instead of the SHA key of the version version.

0
source

Source: https://habr.com/ru/post/1524044/


All Articles