Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google api console removed my registered apps

Few months ago i registered two android apps in Google developer console for using Google map android API version 2. Today when i signed in to register another app i noticed that Google API console doesn't show my previous registered apps(in API access tab- information, key, API key owner etc). It shows nothing. Though my previous app's maps are working fine. Can anybody explain why that happened ? Thank you.

How can i get those registered app back ? i am fairly new in android development. A little help will be appreciated.

like image 271
Fazle Rabbi Tanjil Avatar asked Dec 13 '13 12:12

Fazle Rabbi Tanjil


1 Answers

It looks like they have rolled up the screens a bit to reduce duplication. See the APIs & auth > Credentials, it now has credentials for all my Apps. I think this used to be per app, but I don't remember exactly.

Also the Consent Screen now has this, which may not have been there before either.

Note: This screen will be shown for all of your applications registered in this project.

As of today, the Google Documentation is still incorrect at https://developers.google.com/console/help/new/#creatingdeletingprojects

It says...

To register a new application, do the following:

  1. Go to the Google Cloud Console.
  2. Select a project, or create a new one.
  3. In the sidebar on the left, select APIs & auth. In the displayed list of APIs, make sure all the APIs you are using show a status of ON.
  4. In the sidebar on the left, select Registered apps.

Number 4 no longer exists.

like image 118
aaronvargas Avatar answered Sep 17 '22 10:09

aaronvargas