today a client asked me about the meaning of the following error message. It appeared while he tried to consume HERE satellite images based on access data provided by PTV (you know: we are broker for that):
Code: Select all
{"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 (either by your customer representative or via http://developer.here.com/myapps) were copied correctly into the request."}
From my perspective this error message usually appears under the following conditions:
- The values have never been valid
- The values have been values but the trial period is expired
- You may have swapped app code and app id
Bernd