0
I need to use the google maps API, however, the return of the request displays this message.
array(3) ' ["error_message"]=> string(190) "You have exceeded your Daily request quota for this API. We recommend registering for a key at the Google Developers Console: https://console.developers.google.com/apis/credentials?project=_"
["Results"]=> array(0) osam } ["status"]=> string(16) "OVER_QUERY_LIMIT" }
I have already mentioned KEY however, It is accusing limits of requests, and the google report is below 100 daily.
the js code.
https://maps.googleapis.com/maps/api/js?key=MINHA_KEYE&callback=initMap
I have already researched here, I found several posts, however, I did not get successes while this.
Are you making several consecutive requests, very close to each other? There is also a limit per second.
– bfavaretto
According to the Google report, this giving 30 requests per minute... the API limit is 100. I put several Key in a random array to solve this request problem, but it had no positive effect.
– Wellington Pereira