REQUEST DENIED with Google Places API KEY for Server Web used in an Android application
I'm trying to get info from the API of Google Places for an Android application. To do that, first I have enabled this API in my Google Account. Second, I have created an API KEY for Browser. I already have an API KEY Server due to another API. So, in my code I have been tested with these two Keys and with both I've got always the same result!!! { "error_message" : "This service requires an API key.", "html_attributions" : [], "results" : [], "status" : "REQUEST_DENIED" } The code that I'm using to make the call are ... @Override protected String doInBackground(LocationService... ls) {