API project missing project ID in Google Developers Console

enter image description here

As you can see, one of my projects in the Google Developers Console does not have a project identifier. It indicates the name of the project. (My project was created for testing only). The "API Project" is used for the Android API Google Maps v2 in the Android application. My questions:

  • Is it possible to somehow provide this identifier to the project?
  • I want to use the Google Cloud Messaging API in the exact same application that I am developing in the "API Project". Shoud Am I creating another project for this? (Not sure if one project for Android can use different APIs through different Console projects for developers).
  • If it is not possible to have several projects here, should I be concerned about the lack of ID? (Note: as I mentioned above, the project number is present, although in many manuals it is also referred to as the project identifier). I worry after reading a few topics about Error connecting to Google Cloud Storage: 'missing project id', because I'm not sure which one is mentioned.
+4
source share
4 answers

Thank you for your answers, since they helped me a lot in further research, and now I have exact answers to my questions:

Is there any way to give this identifier to the project?

, . project ID - , . , , , . , Google Cloud SQL, . ID , , . , :

  • . . Services, . ( , , , .) : Overview project ID Register.
  • . , ID, . .
  • A project ID . , , " ". , , , .
  • , " ".

API Google Cloud Messaging , "API Project". Shoud ? ( , Android API Console Developers)

:

. , , , - . , . , , , , , , API .

, , .

, ID? (: , , ). Error connecting to Google Cloud Storage: 'missing project id', , .

Google Cloud Messaging API , project ID. API (, Google Cloud SQL, ), , API , .

+3

Google. - , GCM.

, , . , : 670330094152. . GCM.

+2

, ? , , API, , , , , , .

, :

. , , , - . , . , , , , , , API .

+1

. , , Google Developer Console .

Instead, I was able to find it by going to the "Notifications" section. After that, you can click the call icon in the upper right corner of the console.

When redirecting to the Activity page, you can find the Create Project action in the list. When you click on a list item, project information will be displayed. “Project Number” is one of the fields in these details.

+1
source

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


All Articles