I need to use the google maps API, but 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: link "
["results"] = > array (0) {} ["status"] = > string (16) "OVER_QUERY_LIMIT" }
I have already refined the KEY, however, it is accusing the limits of requests, being that in the report of google this with a value below 100 daily.
the js code.
https://maps.googleapis.com/maps/api/js?key=MINHA_KEYE&callback=initMap
I already searched here, I found several posts, however, I did not get successes while at that.