Hi all, I am using geokit for google map. It works fine but some time it gives me error like "Google returned a 620 status, too many queries. The given key has gone over the requests limit in the 24 hour period or has submitted too many requests in too short a period of time. If you''re sending multiple requests in parallel or in a tight loop, use a timer or pause in your code to make sure you don''t send the requests too quickly." Any idea for this??? Thanks in advance. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2010-Apr-20 07:10 UTC
Re: Geokit:Google returned a 620 status, too many queries
On Apr 20, 5:15 am, Smit Shah <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi all, > > I am using geokit for google map. It works fine but some time it gives > me error like >It''s telling you that you''ve hit a rate limit on google''s geocoding api. You''ve pretty much got to do what the error message says (and perhaps look into whether you can cache some of this data) Fred> "Google returned a 620 status, too many queries. The given key has gone > over the requests limit in the 24 hour period or has submitted too many > requests in too short a period of time. If you''re sending multiple > requests in parallel or in a tight loop, use a timer or pause in your > code to make sure you don''t send the requests too quickly." > > Any idea for this??? > > Thanks in advance. > -- > Posted viahttp://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.