This client ID is globally unique and is already in use

有些话、适合烂在心里 提交于 2019-12-04 04:29:18

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/

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

Go to the https://console.developers.google.com/project select a deleted project then in the sidebar on the left, expand APIs & auth. Select credentials and click delete button to deactivate the clientID.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!