Autocomplete
GET https://maps.googleapis.com/maps/api/place/search/json?input=wash&sensor=true&key=my_key
-> REQUEST_DENIED
Wait some seconds:
-> INVALID_REQUEST
Then waiting and without waiting:
-> INVALID_REQUEST
-> INVALID_REQUEST
Another test
Click try out from API console:
GET https://maps.googleapis.com/maps/api/place/search/json?location=-33.88471,151.218237&radius=100&sensor=true&key=my_key
-> good response
Without waiting some seconds same request:
-> REQUEST_DENIED
Wait some seconds, same request:
-> good response
Is there some place in documentation or anywhere I can troubleshoot this?