Recover deleted Google API API key

I accidentally deleted the public API for browser applications in the Google Developer Console. I have an iOS and Android application that uses this key. I do not have source codes for applications, and they live in the market. Is there a way to recover or recover deleted keys?

+5
source share
1 answer

When you delete the key (I just created it to verify it), it asks for confirmation with the following message:

The key will be deleted immediately and permanently. Once deleted, it can no longer be used to make API requests. 

This message clearly indicates the absence of a possible recovery.

+3
source

Source: https://habr.com/ru/post/1204637/


All Articles