HERE Maps Intermodal Routing API v8 示例不起作用(API Key Auth)

HERE Maps Intermodal Routing API v8 Example does not work (API Key Auth)

HERE 在这里映射新手,

我已经设置了一个帐户并尝试 运行 多式联运路由示例 (Link)

我基本上是将 GET 请求复制粘贴到浏览器中,并将 {YOUR_API_KEY} 替换为我预先生成的密钥 ({MY_API_KEY}):

https://intermodal.router.hereapi.com/v8/routes?apyKey={MY_API_KEY}&alternatives=2&destination=52.40358749909618,13.058351363288239&origin=52.53105637575095,13.384944833815183

这是我得到的回复:

{"error":"Unauthorized","error_description":"Bearer token invalid. Bearer missing or bearer value missing."}

其他 API 请求使用相同的 API 键就像魅力一样工作 - 例如以下正常路由请求有效:

https://router.hereapi.com/v8/routes?apiKey={MY_API_KEY}&transportMode=car&origin=52.5308,13.3847&destination=52.5264,13.3686

我也尝试在最上面的请求中用 "apiKey=" 替换 "apyKey=",但响应保持不变...

我是不是遗漏了什么(其他)或者这个 API 的 apiKey Auth 有什么问题?

最好!

它适用于 apikey,因此:

https://intermodal.router.hereapi.com/v8/routes?apikey={MY_API_KEY}&alternatives=2&destination=52.40358749909618,13.058351363288239&origin=52.53105637575095,13.384944833815183


通常 apiKeyapikey 应该可以,但服务似乎不接受大写 "K"

apyKey 看起来像是文档问题。