android - Google Developers Console server error when attempting to create new Client ID -



android - Google Developers Console server error when attempting to create new Client ID -

using google developers console have created new project , attempting generate oauth client id (credentials google api access android.) select oauth alternative take 'installed application' , come in bundle name , sha1 receive next error:

server error

an internal error occurred: error (projectid=333333333333) internal: failed update client key.

any ideas? forced pay silver back upwards since there no alternative of contacting google cloud tech without it?

i had created google developer console project same bundle name ended deleting client id (and deleting project.) i'm thinking google scheme didn't finish delete process or requires sort of clean process since error message above says failed 'update' client key.

i'm answering own question in hopes may helps others.

even though had deleted client id same bundle name , sha1 fingerprint apparently still existed somewhere in google api system. navigating old google developer console became obvious.

to navigate old google developer console utilize next url (note: must replace 012345678901 project id.)

https://code.google.com/apis/console/?noredirect#project:012345678901:access

this confirmed client id had deleted using new developer console still existed somewhere in system.

after deleting client id using old developer console able create client id in new console. :)

i'm unsure how much longer old console available hope benefits others.

android google-oauth google-drive-sdk

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -