When creating a client ID for Android in the Google Cloud Platform developer console, I get the following popup:
The fingerprint you specified is already used by an Android OAuth2 client ID in this project or another project
I probably need to find that project and add it as a client of my project. How can I find out which project it is?
Edit: it has been proposed that this is a duplicate of this question. In that case, the other project is known already, and the asker wants to know why deleting the other project takes some time to take effect. That is not the same. I'm trying to find the other project.
There are several other questions referencing this error, but none have asked how to find the project that claimed the client id.