No app_code for new accounts
App code credentials will continue to be supported for a few products and current Developer Portal accounts where App code credentials have already been generated for an App. New accounts will only be able to use App Code credentials for some legacy products. App code credentials are the least secure of the authentication credential types and we recommend the use of the API Key or OAuth 2.0 Token credentials instead for improved security.
https://developer.here.com/documentation/authentication/dev_guide/topics/app-credentials.html
Will you update this library to work with the API Key?
Hi, I will work on a fix for this in the next 24hrs. Be on the lookout.
Thank you for the information
Fixed!
Hi, Can you please make app_code props as optional. As for here maps JavaScript API, app_code is no longer required. When I am trying to run the code with app_id and API key, it is throwing an error "{"error":"Unauthorized","error_description":"This is not a valid app_id and app_code pair. Please verify that the values are not swapped between the app_id and app_code and the values provisioned by HERE". Thanks
Hi @pratp7
Yeah, there is an update for the library coming up, it also addressed this.
Hi, @limistah how can I help in pushing it?