Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Project Not visible in developer console

I was using one google project for GCM service previously. Now I need to enable firebase under the same project, However when I went into the account to update the config. It is not showing the Android apps which I was using previously. There 2 to 3 apps I was using, now those are not appearing in google console. Strange thing is that project is still working I can get the registration token as well for push notification but I can not see the project in developer console. Anyone faced the issue? Kindly help

like image 530
faiziii Avatar asked Feb 26 '17 06:02

faiziii


People also ask

Where is my Google project API?

To locate your project ID: Go to the API Console. From the projects list, select Manage all projects. The names and IDs for all the projects you're a member of are displayed.

Where is project number in Google console?

To get the project ID and the project number, do the following: Go to the Dashboard page in the Google Cloud console. Click the Select from drop-down list at the top of the page. In the Select from window that appears, select your project.

How do I share a project on Google console?

Open the console left side menu and select IAM & Admin. From the project list, choose the project that you want to add a member to. Click Add Member and provide an email address. You can add individuals or Google Groups as members, but every project must have at least one project member that is an individual.


Video Answer


1 Answers

For anyone facing the same problem as I faced (and the project didn't get deleted for any reason as in faizii case).

You just need to enable the project on Google Cloud Console through the following steps:

1) Go to Google Cloud Console and select your project.

2) From the "Navigation Menu" Select "APIs & Services" then select "Library".

step 1

3) Go to the Mobile section and select Google Play Android Developer API.

step 2

Or in Search box type Google Play Android Developer API as shown.

step 3

4) Click the "Enable" button, to enable the project in Google Play Console.

step 4

5) Go to API access by navigating to Google Play Console -> Settings -> Developer Account then you should see the project listed.

step 5

6) After that, you can click on the "Link" project button to connect the project to the Google Play Console. Then you can use the API Access as you want.

like image 58
Rofaeil Ashaiaa Avatar answered Sep 22 '22 05:09

Rofaeil Ashaiaa