177
Views
4
Comments
[Google GeoCoding] Google geocoding 
Question
google-geocoding
Web icon
Forge asset by OutSystems Lab

Hello,

I'm using Google GeoCoding in my web application but it's not returning the Longitude and Latitude.

It's returning error "Over_Query Limit". Where am I going wrong?


the address entered for test is a valid address.


2016-04-22 00-29-45
Nuno Reis
 
MVP

Is that API key shared?

That error usually means Google can't provide you all that info in so little time. The official limit for the free API is 10 requests per second, but some people get errors at rates as low as 1 per second.

Also, there is a limit of 25k/day but I'm sure you haven't gotten that high yet :) 

UserImage.jpg
Preeti Gupta

Nuno Reis wrote:

Is that API key shared?

That error usually means Google can't provide you all that info in so little time. The official limit for the free API is 10 requests per second, but some people get errors at rates as low as 1 per second.

Also, there is a limit of 25k/day but I'm sure you haven't gotten that high yet :) 

Hi Nuno,

How to solve this issue then??



2016-04-22 00-29-45
Nuno Reis
 
MVP

You haven't provided much more info since my last post.

If the API is shared get your own.

Do a single request and see if it works. Reduce the complexity everywhere you can. Just with city and country for instance.


UserImage.jpg
Muthukumaran Ganesan

When I send the request, I can error "Request Denied". I have tried setting sensor to both "True" and False".


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.