I am working on android app which uses google's places autocomplete API.

When tried to hit following URL

https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Vict&types=geocode&sensor=false&language=en&key=apiKey

I got the response as below.

{ "predictions" : [], "status" : "REQUEST_DENIED" }

I got the API key from link below Google APIs 
console<http://code.google.com/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?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/u-jtYrQCNTQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to