On Mar 4, 10:34 pm, Rossko <[email protected]> wrote: > > According to the documents, the > > key check is ignored: "If you are developing on a local drive > > (file://), the key check is skipped in the Google Maps Javascript API" > > To expand on that, geocoding is a server-side service. The key check > IS skipped for the API, but for geocoding the key must be valid.
The 620 status referred to is a rate error. The key error is 610. http://code.google.com/apis/maps/documentation/reference.html#GGeoStatusCode.G_GEO_TOO_MANY_QUERIES: "The given key has gone over the requests limit in the 24 hour period or has submitted too many requests in too short a period of time. If you're sending multiple requests in parallel or in a tight loop, use a timer or pause in your code to make sure you don't send the requests too quickly." Although the maximum number of requests is documented (it's 15000, I think) the maximum rate isn't documented and presumably can vary according to server load. The general advice is to wait 24 hours for the block to be lifted. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
