这里跟踪 API 禁止!该帐户没有正确的权限
Here Tracking API Forbidden! The account does not have the correct privileges
我正在使用 HERE Tracking API,但出现 403 错误。
我正在使用两个不同的请求获取访问令牌:https://tracking.api.here.com/users/v2/login
或 https://account.api.here.com/oauth2/token。
在我收到令牌的两种情况下,它都不适用于 https://tracking.api.here.com/shipments 这样的请求。
我收到这样的错误:
{
“代码”:403,
“ID”:“553a8329-d3f8-449e-965b-5873f748814c”,
"message": "委托人无权访问该资源",
"error": "Forbidden\n\n该帐户没有正确的权限\n"
}
请帮我解决这个问题。
我正在使用 HERE Tracking API,但出现 403 错误。 我正在使用两个不同的请求获取访问令牌:https://tracking.api.here.com/users/v2/login 或 https://account.api.here.com/oauth2/token。 在我收到令牌的两种情况下,它都不适用于 https://tracking.api.here.com/shipments 这样的请求。 我收到这样的错误: { “代码”:403, “ID”:“553a8329-d3f8-449e-965b-5873f748814c”, "message": "委托人无权访问该资源", "error": "Forbidden\n\n该帐户没有正确的权限\n" }
请帮我解决这个问题。