On Nov 8, 6:46 am, Johnster <shejuj...@gmail.com> wrote: > Guys, > > Does anyone know how to get around this issue: > > I'm getting status 620 and my site stopped showing maps and can't > geocode anymore :( . I don't get that much traffic to exceed my quota > limit. After much googling I gathered, API is linked to your site's IP > Address and google API links all sites hosted in the IP address as the > same source. After speaking to rackspace cloud, I found out there is > 3600 sites linked to the same IP as mine :(( . So one or many of those > 3600 sites total request has contributed to my site's problem. I also > saw Google app engine users suffering the same problem. > > Is there any way to get around this problem?
It depends on what you are using geocoding for. Have you seen this: Geocoding Strategies http://code.google.com/apis/maps/articles/geocodestrat.html If the addresses are being entered by the user, do the geocoding using the client geocoder so the requests don't come from your server. If the addresses are fixed, don't geocode them every time the page loads, geocode them offline and use the coordinates. But, you haven't given us a link to your map (as requested in the group's posting guidelines), so we can't tell what you are doing. -- Larry > Or should i pay extra to > get dedicated IP hosting (expensive for what i'm doing at the moment). > I'm already looking into using Yahoo API for geocoding as a failover > but that has the same limitation :( . > > Many thanks and your help is much appreciated. > > J -- 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 google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.