【发布时间】:2017-11-08 22:58:03
【问题描述】:
我正在执行以下调用:
它一直有效,直到昨天我开始收到 http 403 错误并显示以下 json 错误消息:
{
"response":{
"_type":"ns2:RoutingServiceErrorType",
"type":"SystemError",
"subtype":"SystemError",
"details":"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.",
"metaInfo":{
"timestamp":"2017-11-08T10:48:02Z",
"mapVersion":"8.30.76.154",
"moduleVersion":"7.2.201744-2851",
"interfaceVersion":"2.6.34"
}
}
}
我检查了我的帐户,但它是一个公共基本计划,因此我调用的 api 没有过期或限制。
【问题讨论】:
-
我也尝试使用新的 90 天试用计划,但没有办法:我总是遇到同样的错误 :(
标签: here-api