Google Places API Invalid request -



Google Places API Invalid request -

i've started looking google places api , have enabled api through google developer console. tested api through next url in browser (please note have intentionally changed key below):

https://maps.googleapis.com/maps/api/place/textsearch/xml?query=hotel&location=43.683308,-79.614296&radius10000&key=thisismykey478erjr84

worked fine, got xml, when tried 1 time again got following:

<placesearchresponse> <status>invalid_request</status> </placesearchresponse>

now, far know i'm given courtesy limit of 1,000 requests/day. know did not go on 1000 requests. figured maybe i'm allowed number of requests per hr or per min waited.

next day same problem! , today well.

not sure in case, advice?

the radius parameter missing = separator. seek radius=10000.

google-maps google-places-api

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -