This customer ID is globally unique and is already in use.

I created an Android client id for com.weetech.alliswall for my application. In fact, I created 2 id, one for eclipse keystore and one for my signed keystore. my application is active, so I can not change the package.

I tried to delete the project and recreate the project, but could not work. Now I can not create a client identifier for com.weetech.alliswall

I have refereed this question . Should I contact Google? Now I get this error from any project. This client identifier is globally unique and is already used.

My application works live and does not work with google plus client. If Google is reading this, please help me sort this out.

Edit

Right now I donโ€™t have an Android client ID related to this com.weetech.alliswall , and I still canโ€™t create one for it.

+7
android clientid google-oauth google-api-console
source share
3 answers

Try to find out if you have old projects:

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

What ultimately decided it for me is what Ketan suggested. You should go here:

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

Then click the drop-down menu in the upper left corner under your name (if you donโ€™t have one, create a basic project, then go to the drop-down menu). From there, you can see in the screenshot of Ketan that there is undelete. Restore your project.

After recovery, go to the "Access to API" section. If you have anything in the "Client ID for installed applications" section, click "Uninstall" on the right. Then you can delete this project again.

Once this was done, I was able to recreate my OAuth 2.0 gaming services on the Google Play Game Services page on the regular Google Play publish page:

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

+7
source share

No need to contact Google.

If you delete the project, this does not mean that you delete the client identifier.

You need to remove the client ID because it is unique.

If you deleted the project, go to undelete> (your project) and delete the client ID

enter image description here

+5
source share

Go to https://console.developers.google.com/project, select the remote project, then in the sidebar on the left, expand the API and log in. Select your credentials and click the "Delete" button to disable the client ID.

0
source share

All Articles