HERE 路由 API - 获取 403

HERE Routing API - Getting 403

我正在尝试 运行 快速入门 https://developer.here.com/cn/documentation/routing/topics/request-a-simple-route.html 中的简单示例。我输入我的应用程序 ID 和我的应用程序代码,但我不断收到:

curl 'https://route.hereapi.cn/routing/7.2/calculateroute.json?app_id=APP_ID&app_code=APP_CODE&waypoint0=geo!52.5,13.4&waypoint1=geo!52.5,13.45&mode=fastest;car;traffic:disabled'
{"error":"Forbidden","error_description":"These credentials do not authorize access. Please contact your customer representative or submit a request here https://developer.here.com/contact-us to upgrade your account. You can also get valid credentials by registering for a free trial license on https://developer.here.com."}

我的项目是 PROD-edc776ee-a821-4156-8c1c-ebceb30a27e5。请帮忙。

您引用的文档和您使用的 api link 是针对中国的。这只有在您从中国访问时才有效。如果没有,那么您必须使用正常的路由 API 文档 - https://developer.here.com/documentation/routing/topics/request-a-simple-route.html