Reputation: 21
I have a GCM (Google Cloud Messaging) "sender ID". (This is the "project number" of a project in the Google Cloud Console.) I want to generate a GCM API key, as described at http://developer.android.com/google/gcm/gs.html#access-key. But to do that, I need to know what Google account was used to create the GCM sender ID, information I don't currently have. Is there any way to get that information?
I would be happy to pay Google for this information, but I don't see any way of doing so. Google Cloud Platform Support (described at https://cloud.google.com/support/packages) doesn't seem to be helpful in this situation.
Upvotes: 2
Views: 490
Reputation: 2769
The GCM sender ID described in the Creating a Google API project is same as your project number.What problems you have for creation of API key
After selecting your project from Google cloudJust click the Registerd apps and just click your project. It will show your API Key
Upvotes: 0