When accessing the below link: http://maps.googleapis.com/maps/api/geocode/json
I get the response:
{
"error_message" : "You have exceeded your daily request quota for this API.",
"results" : [],
"status" : "OVER_QUERY_LIMIT"
}
There are only two APIs listed in the Google Developers Console - both report they are under their usage limits.
Is the geocode service included in either of these and if not is there a way to check the useage or pay to upgrade?
Maps API v3 # of requests Daily quota: 25k 28-day total: 2.37k
Static Maps API # of requests Daily quota: 25k 28-day total: 45.21k
Thanks in advance, Jon
&key=
? – Reparative