Why does the 6.2 Reverse Geocoder API not accept apiKey authentication when the documentation says it should?
The result is this:
<Details>invalid credentials for </Details>
Why does the 6.2 Reverse Geocoder API not accept apiKey authentication when the documentation says it should?
The result is this:
<Details>invalid credentials for </Details>
The endpoint used in your API call is our legacy endpoint, which only work with app_id and app_code. Please use our current endpoint which works with apiKey instead.
location = geocoder.here('Winnetka', bbox=bbox, key='...')location = geocoder.here('Winnetka', bbox=bbox, key='...')to location = geocoder.osm('Winnetka', bbox=bbox, key='...'). I had no idea what I were doing, because I were just copying from a tutorial. I realised that I were using here which I don't have.