We have been using Amazon SNS to send Android push notifications since April this year.
Push messages were sent without any problems, but there was never a record of Cloud Messaging API calls in the Cloud Console (seems odd?).
Today I created a new API key for the static map service (unrelated) and renamed our Cloud Messaging API key (only the name, the key is the same). From that moment, no clicks were sent and an attempt to create a new platform application (or update an existing one) in the AWS results:
Invalid parameter: Attributes Reason: platform credentials are invalid (Service: AmazonSNS; Status code: 400; Error code: InvalidParameter; Request identifier :)
I also tried manually making calls to https://gcm-http.googleapis.com/gcm/send using a key that leads to unauthorized (401).
Interestingly, I can make calls to the above endpoint using the key I created today, however they do not work with MismatchSenderId.
I do not see many previous parameters that the cloud console had (server / browser keys, etc.) in the API manager?
amazon-web-services google-cloud-messaging
David
source share