ha1-fingerprint-already-used-by-another-oauth2-client
Problems
Some time ago I created a project in Google Developers Console with Oauth2 client id for android app with package name and SHA1 fingerprint. Somehow the project got created without project id, which prevented me from deploying it to App Engine. I deleted the project, recreated it and now trying to add a new client id with the same package name and SHA1 fingerprint. A month after deleting the original project I'm getting "The signing fingerprint you specified is already used by another Android OAuth2 client". Is there a way to reuse package name and SHA1 fingerprint with the new project?
here I already use Android client for (auto created by Google Service) for pakagee
com.example.holidaylandmark in project holidayapp
com.example.holidaylandmark
*NOW, i want to generate *
Android client for (auto created by Google Service) for pakagee ` com.example.holidaylandmark in project holiday
apply plugin: 'com.google.gms.google-services'
`
it connects https://console.firebase.google.com/ to
https://console.cloud.google.com/
`
This doesn't sound like a SO resolvable issue.
It seems like your SHA1 fingerprint is still associated with a deleted project (which is probably in limbo). Google Support is the only one who can help you.
Delete **
Android client for (auto created by Google Service) for pakagee ` **com.example.holidaylandmark in project holidayapp
now follow the Proedure
OUTPUT
Top comments (0)