We have a geocode lookup script running on three of our websites hosted on Rackspace Cloud Sites which uses a single exit IP for all outbound requests. Inspite of that I do not think that we are even close to the daily limit of 15k requests per IP.
I know it is not a key issue because we did the following - generated a new key - used the same key on a different web provider with a different IP and it works fine The test code is just 3 lines $googlemapapikey = "ABQIAAAAuUiU9pT7YvK5ycSeikFuQBQgHy- S2PjVbNSi8yDE82fcrF4VQBScsiR7m5pNnWEs3Owi5PpmiSbdlQ"; $address = "http://maps.google.com/maps/geo?q=411+Woody+Hayes+Drive, +Columbus,+OH&output=csv&key=".$googlemapapikey; echo htmlspecialchars(file_get_contents($address)); This gives us a 620 on all of the rackspace sites but works fine on any other. But if we paste the URL directly in the browser it works fine so it is a little confusing. Is there any way for us to contact google or if someone at google who is on the groups who can check if we have reached our IP limit that will be really great as this is very key to our application. Thanks -- 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.
