Open dempc6469 opened 1 month ago
It appears you are formatting the HERE API URL with and "app_id" and "app_code". This fails.
The HERE documentation for these requests is formatted like so:
https://geocode.search.hereapi.com/v1/geocode ?q=240+Washington+St.%2C+Boston &limit=4 &apiKey={YOUR_API_KEY}
I have confirmed the above works with just the API key added.
You can view the API call documentation here to verify this format:
https://www.here.com/docs/bundle/identity-and-access-management-developer-guide/page/topics/plat-using-apikeys.html
It appears you are formatting the HERE API URL with and "app_id" and "app_code". This fails.
The HERE documentation for these requests is formatted like so:
I have confirmed the above works with just the API key added.
You can view the API call documentation here to verify this format:
https://www.here.com/docs/bundle/identity-and-access-management-developer-guide/page/topics/plat-using-apikeys.html