[GIS] Geocoding with MMQGIS. How to use Google API Key

apigeocodinggoogle-maps-apimmqgisqgis

I'm trying to geocode two csv files with 10 addresses each. When I tried with the first one, every address was located by Google, but when geocoding the second file I get this error:

Exceeded Daily Google Limit: 0 addresses geocoded

I got a Google API Key for geocoding and even after using this key, I still get the same error. These are the keys I got from Google

api keys example

  • are these API keys the ones that I need?
  • If so, why does MMQGIS say that I've exceeded my daily limit?
  • Is there another way to geocode in QGIS?

Best Answer

Is there another way to geocode in QGIS? with MMQGIS you can change the webservice to Nominatim .
OSM Nominatim geocode service

No more need an API key, but please have a look to the policies

Related Question