Geolocation queries: quota limits

×

Statusmeldung

You are not a member of this team. If you want to be part of this team, click on 'Subscribe to this team'.
Typ: 
Feature request
Status: 
Resolved
Priorität: 
Normal
Beschreibung: 

As the volume of traffic in Labdoo grows day by day, we have been getting more OVER_QUERY_LIMIT messages from some of our geolocation queries. As a result, from time to time some of our laptops and other objects (e.g. dootrips) don't get properly geolocated from time to time. For instance, the geolocation of this laptops failed and as a result the laptop was geolocated at lat/lon position {0, 0} (in the middle of the Atlantic):

https://www.labdoo.org/content/000009170

In particular, when we generate a query like this:

https://maps.googleapis.com/maps/api/geocode/json?address=+Hürth++de
We get this response after an intense day of Labdoo activity:

Array
(
[error_message] => You have exceeded your daily request quota for this API. We recommend registering for a key at the Google Developers Console: https://console.developers.google.com/apis/credentials?project=_
[results] => Array
(
)

[status] => OVER_QUERY_LIMIT
)

Kommentare