Re: [Google Maps API v3] Only 250 requests ?

2013-01-08 Thread nata
Thank you for your reply Andrew, things are getting clear now. nata On Tuesday, January 8, 2013 3:52:51 AM UTC-5, Andrew Leach wrote: > > On 8 January 2013 01:39, nata > > wrote: > > Thank you Rossko ! Can I ask for a key and then use it in different > > computers (with different IPs) ? > > O

Re: [Google Maps API v3] Only 250 requests ?

2013-01-08 Thread Andrew Leach
On 8 January 2013 01:39, nata wrote: > Thank you Rossko ! Can I ask for a key and then use it in different > computers (with different IPs) ? Of course. The key is used in the client request. A website which uses a static image has a key, gets and displays the image at the client's IP address. T

Re: [Google Maps API v3] Only 250 requests ?

2013-01-07 Thread nata
Thank you Rossko ! Can I ask for a key and then use it in different computers (with different IPs) ? It is not a web application what I am developing, is a non-commercial software that needs to do several requests and 250 is not enough. Should I ask for a key for every computer that will use th

Re: [Google Maps API v3] Only 250 requests ?

2013-01-07 Thread Rossko
You're not using the recommended key. Without a key, I believe the limits default to the older keyless limit of 1,000 per day, or 250 per 6 hours. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on th

Re: [Google Maps API v3] Only 250 requests ?

2013-01-07 Thread nata
Even if I wait 5 seconds between every request, I get the error after 250 images... This is not the reason Jeremy -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.c

[Google Maps API v3] only 250 requests ?

2013-01-07 Thread nata
Hi All, I have a script doing one http request per second getting one image at a time, something like: http://maps.googleapis.com/maps/api/staticmap?center=46.889018,-71.053289&zoom=12&size=640x640&maptype=roadmap&sensor=false&format=png32 After about 250 images I get the 403 error and I cannot

Re: [Google Maps API v3] Only 250 requests ?

2013-01-07 Thread Jeremy Geerdes
The Geocoding API uses a true rate limit. I would guess the static maps API does the same. In other words, since there are 86,400 seconds per day, your requests would have to be spaced at approximately one per 3.5 seconds. That said, I have a hard time imagining such an application which would con

[Google Maps API v3] Only 250 requests ?

2013-01-07 Thread nata
Hi all, I have a script where I am doing 1 request of an image every second. Something like this: http://maps.googleapis.com/maps/api/staticmap?center=44.058683,-70.861028&zoom=12&size=640x640&maptype=roadmap&sensor=false&format=png32 I can only download about 250 images and then I get the HTTP