DenisCarriere / geocoder

:earth_asia: Python Geocoder
http://geocoder.readthedocs.org
MIT License
1.62k stars 286 forks source link

HERE not working: move from App Code & App ID to API Key or JWT #429

Open GregNed opened 4 years ago

GregNed commented 4 years ago

HERE (any method) fails with code 403 - Forbidden. I believe this must be because they changed their authentication system from App code & id pair to two new options: single API Key or OAuth. Read here: https://developer.here.com/documentation/authentication/dev_guide/topics/app-credentials.html

My code to reproduce the error:

geocoder.here('Mountain View, CA', app_code=<my app code>, app_id=<my app id>)
alexandergogl commented 3 years ago

HERE also changed the URL of the API to

https://geocoder.ls.hereapi.com/6.2/geocode.json?apiKey=

geocoder uses

http://geocoder.cit.api.here.com/6.2/geocode.json?

FelixBuehler commented 9 months ago

Does anyone have news on this? As far as I understand it right, HERE will disable the old API access and will only allow the new method.