I am working on android app which uses google's places autocomplete API.
When tried to hit following URL
I got the response as below.
{ "predictions" : [], "status" : "REQUEST_DENIED" }
I got the API key from link below Google APIs console
also i have enabled Google Maps API v3 service. As per API documentation REQUEST_DENIED response is generally due to lack of sensor parameter but which i have already provided. After hitting above URL directly in browser also i am getting REQUEST_DENIED response. Is anything else i have to do?