On Sep 24, 1:40 pm, yoyo2009 <[email protected]> wrote: > > I have a batch process using Google Geocoding Service. Sometimes, I > receive a 403 error, so I think that I send too many queries to > geocode per second . It seems that I am blacklisted for a while, so I > would like to know how long I am blacklisted in order to set the right > timeout...
There is a documented limit of 15000/day, and a rate of 1 every 6 seconds will stay inside that. If you are blocked, the block usually lasts for 24 hours. 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 -~----------~----~----~----~------~----~------~--~---
