"These credentials do not authorize access" (403)
"These credentials do not authorize access" (403)
我正在尝试从免费增值帐户向“HERE 路边停车 API”发出请求。我已经成功获得了不记名令牌。我在我的请求中使用了令牌,但我得到了以下信息:
{ "error": "Forbidden", "error_description": "These credentials do not authorize access" }
我们尝试发出请求的 URL 是:
https://osp.cit.cc.api.here.com/parking/segments?bbox=41.389405513925354,2.127549994463742,41.38042236108416,2.139522979169079&datetime=2019-01-21T09:42:10Z
On-Street停车不是免费增值计划的一部分,因此该消息是正确的。
我正在尝试从免费增值帐户向“HERE 路边停车 API”发出请求。我已经成功获得了不记名令牌。我在我的请求中使用了令牌,但我得到了以下信息:
{ "error": "Forbidden", "error_description": "These credentials do not authorize access" }
我们尝试发出请求的 URL 是:
https://osp.cit.cc.api.here.com/parking/segments?bbox=41.389405513925354,2.127549994463742,41.38042236108416,2.139522979169079&datetime=2019-01-21T09:42:10Z
On-Street停车不是免费增值计划的一部分,因此该消息是正确的。