On Dec 10, 3:21 pm, vroom_vroom <[EMAIL PROTECTED]> wrote:
> Thanks, but if I step through my java code it works. It is as if it
> will only do a certain amount of requests and then block. I have a
> loop going through addresses in a database to try and get all the
> geocodes for them. 1021 records in all.
> also the information i have for 403 code is this:
>
> "403 Forbidden
> The server understood the request, but is refusing to fulfill it.
> Authorization will not help and the request SHOULD NOT be repeated"
>
> So is there a limit on the number of requests coming from one key?
See this message by Thor (Google Employee):
http://groups.google.com/group/Google-Maps-API/msg/26b140521b7ade0c

The 15,000 geocoding limit in the free API is per end user IP
address.
So each user of your site can perform up to 15,000 geocodes per day.
If a free API developer wishes to use the HTTP geocoder they are
subject to the same limit of 15,000 geocodes per day also.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to