Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This client ID is globally unique and is already in use

I have created Android client id for expense.loremipsum.tracker for my app. Actually I have created 2 id, one for by Eclipse keystore and one is for my signed key store. My application is live so I can not change package.

I have tried by deleting project and recreating project but couldn't work. Now I am not able to create client id for expense.loremipsum.tracker.

I refereed this question. Should I contact Google? Now from any project I am getting this error This client ID is globally unique and is already in use

My application is live and not working Google Plus client.

Edit

Right now I have not any Android client id regarding this expense.loremipsum.tracker and I am still not able to create single one for this.

like image 955
Bhavesh Hirpara Avatar asked Sep 30 '13 05:09

Bhavesh Hirpara


People also ask

How do I check if my Google client ID is valid?

There is no way of validating the client id or the client secret. The only way is to try them and if they dont work then display an error to the user.

What is Google client ID?

Note: You need the client ID string that's displayed in the console to configure Sign In With Google and to verify ID tokens on your backend. A client ID looks like the following example: 1234567890-abc123def456.apps.googleusercontent.com.


2 Answers

Try going here to see if you have old projects:

https://cloud.google.com/console#/project

What ended up resolving this for me is what Ketan suggested. You need to go here:

https://code.google.com/apis/console/

Then click the drop down menu in the top left underneath your name (if you don't have any, create a basic project, then go to the dropdown menu). From there, you can see in Ketan's screenshot that there is an undelete. Undelete your project.

Once undeleted, go to the 'API Access' section. If you have anything under 'Client ID for installed applications', click delete of this on the right. Then you can delete this project again.

Once that was done, I was able to recreate my game services OAuth 2.0 in the Google Play Game Services page at the regular Google Play publish page:

https://play.google.com/apps/publish/

like image 137
Shygar Avatar answered Sep 30 '22 16:09

Shygar


No need to contact Google.

If you delete project it doesn't mean you delete client id.

You have to delete client id because it's unique.

If you have deleted project then Go to undelete>(your project) and delete client id

enter image description here

like image 39
Ketan Ahir Avatar answered Sep 30 '22 17:09

Ketan Ahir