I know this has been discussed many times in this group, but I have yet to find a definitive answer. I'm using the following url: http://maps.googleapis.com/maps/api/directions/xml?origin=$origin_dir2&destination=$destination_dir&sensor=false to retrieve an XML page for parsing. After running only about 100+ times I get the OVER_QUERY_LIMIT response. I've read that you must spread the 2500 requests over the full day or about 104 requests per hour. So I throttled my script to run every 35 seconds, but as soon as I start it back up, I get the OVER_QUERY_LIMIT error on the very first try even after waiting several hours.
tia, cmc -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
