Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error when recreating a Client ID for an Android App in the API Console

I created a Client ID for my Android App in the API Console specifying the package name (com.clc.mmm.free) and the Certificate fingerprint (SHA1). Then I deleted the Client ID and the API Console project where the ID was created (it was a "test" API Console project).

Now I want to re-create the Client ID in a new API Console project but I am getting the message: This client ID is globally unique and is already in use.

However I cannot find a client ID for my package/key anywhere, I even un-deleted the initial project and checked, there is no Client ID for my package, but still getting the same error!

Without the Client ID I cannot publish my new release of the app with Google+ sign-in. Please help!

like image 597
calinL Avatar asked May 20 '13 23:05

calinL


People also ask

What is client ID in API?

A Client ID is an identifier associated with an application that assists with client / server OAuth 2.0 authentication for ArcGIS client APIs . Developers create a client ID by defining an application on their developer dashboard.


2 Answers

http://code.google.com/p/google-plus-platform/issues/detail?id=554

I had the same issue. I solved it reading the last post on this thread.

like image 84
awonderer Avatar answered Sep 25 '22 16:09

awonderer


I had the same issue. There was google project which i previously linked with my current the android package. I removed the OAuth 2.0 client IDs from the previous google project.

One can remove client ids from the credential tab under API manager.

After removing client ids all worked like a charm.

like image 45
SVJ Avatar answered Sep 25 '22 16:09

SVJ