As suggested in the developer guide i try to submit a batch gecoding request:
curl -X POST -H "Content-Type: text/plain" --data-binary @addresses.txt "https://batch.geocoder.ls.hereapi.com/6.2/jobs?&apiKey=XXXX&action=run&header=true&inDelim=;&outDelim=,&outCols=recId,latitude,longitude,locationLabel&outputcombined=true&language=de-DE"
Thist returns an error:
{"error":"Forbidden","error_description":"These credentials do not authorize access"}
appID is tzYeXNnAAB1SpyghxOcO
My apiKey is OK, it works with
https://geocode.search.hereapi.com/v1/geocode?q=eiffel+tower&apiKey=XXXX or https://geocoder.ls.hereapi.com/search/6.2/geocode.json?searchtext=eiffel+tower&apiKey=XXXX
I subscribed to the here Base Plan, created a project, created an app and an apiKey, added the app to the project. ->Error
I tried app without default project (as suggested here) ->same error
Here answered: "Looks like the APP ID is generated on HERE Platform where Batch Geocoder API is not yet available. It is scheduled to be made available in Q2 2023."
Where else can i generate an apiKey working for Batch Geocoder if not in the HERE Platform?