小编Luc*_*tos的帖子

无法对 Matrix Routing v8 HereMaps API 上的异步请求进行身份验证

我有一个有效的 HereMaps API 密钥,并且正在使用 python requestslib 对异步调用后返回的链接执行 GET 请求。我试图像这样执行它:

https://aws-ap-southeast-1.matrix.router.hereapi.com/v8/matrix/01187ff8-7888-4ed6-af88-c8f9be9242d7/status?apiKey={my-api-key}

尽管我之前已经提供了正确的密钥来生成上面的此链接,但上面此请求的结果返回:

{
  "error": "Unauthorized",
  "error_description": "No credentials found"
}
Run Code Online (Sandbox Code Playgroud)

我们应该如何进行身份验证以检查 Matrix Routing v8 API 上异步请求的状态结果?

python authentication here-api

2
推荐指数
1
解决办法
765
查看次数

标签 统计

authentication ×1

here-api ×1

python ×1