[google-appengine] Re: Google Maps geocoding from GAE Java -- CONSTANT 620 ERRORS

2011-01-19 Thread speedplane
I would not call the geocoding API from within GAE. You quickly hit the quota limit. This is a pretty common issue. Some google searching provides some solutions, e.g., http://groups.google.com/group/google-maps-api/browse_thread/thread/5b2382ee1324e9f6/f52533264addd766?lnk=gst&q=app+engine+geocode

[google-appengine] Re: Google Maps geocoding from GAE Java -- CONSTANT 620 ERRORS

2011-01-19 Thread culov
I've been geocoding from GAE for over a year now and I've only had these issues sporadically, especially after server maintainence. Unforunately I cant have the client geocode anything for me because the geocoding is just one step in my data generation process. On Jan 19, 12:48 pm, speedplane wro

Re: [google-appengine] Re: Google Maps geocoding from GAE Java -- CONSTANT 620 ERRORS

2011-01-20 Thread Jeff Schnitzer
Set up a cheap proxy elsewhere. The smallest rackspace cloud instance is $11/mo. Jeff On Wed, Jan 19, 2011 at 8:19 PM, culov wrote: > I've been geocoding from GAE for over a year now and I've only had > these issues sporadically, especially after server maintainence. > Unforunately I cant have