On Apr 20, 5:15 am, Smit Shah <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

