I'm trying to check API Server key of GCM on Google API console, but if I select the project and checking the credentials, it's showing me a different Sender ID and API Server Key than what I configured on client side(app).
And if I'm trying to access https://code.google.com/apis/console/#project:<Sender_ID>
it's showing You don't have permission to perform the action on the selected resource message to me.
Maybe someone accidentally regenerated the API Server key? I don't know the exact reason, but I'm still getting push notification if I configure my previous API Server key on server, that means previous API Server key is still active.
My question is : how do again I get to show my previous Sender ID (that is configured on app) and API Server key on console?