here.com API凭证失败

时间:2016-09-09 14:16:11

标签: here-api

解决 - 在下面回答

我刚刚在here.com注册了试用帐户,注册了应用,并尝试使用凭据。我之前使用了这个完全相同的请求与演示应用程序ID和凭据,但现在使用已注册的试用帐户凭据,它失败了。有什么建议?凭证是否需要很长时间才能真正有效?

curl -X GET \
     -H 'Content-Type: *' \
     --get 'https://route.cit.api.here.com/routing/7.2/calculateroute.json' \
     --data-urlencode 'waypoint0=53.011766,-2.224905' \
     --data-urlencode 'waypoint1=53.028236,-2.198126' \
     --data-urlencode 'mode=fastest;car;traffic:enabled' \
     --data-urlencode 'app_id=<valid app id>' \
     --data-urlencode 'app_code=<valid app code>' \
     --data-urlencode 'departure=2016-09-10T13:54:29Z' | jsonpipe | less


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   528  100   528    0     0   2191      0 --:--:-- --:--:-- --:--:--  2200
/       {}  
/response       {}  
/response/_type "ns2:RoutingServiceErrorType"
/response/type  "SystemError"
/response/subtype       "SystemError"
/response/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."
/response/metaInfo      {}  
/response/metaInfo/timestamp    "2016-09-09T14:06:15Z"
/response/metaInfo/mapVersion   "8.30.63.156"
/response/metaInfo/moduleVersion        "7.2.72.0-55447"
/response/metaInfo/interfaceVersion     "2.6.25"

2 个答案:

答案 0 :(得分:1)

最终在某个地方保持一致的数据库,大约一个小时后它才开始工作。

答案 1 :(得分:0)

当我尝试使用invokerestapi活动从Tibco Rest插件调用天气服务时,我遇到了这个问题。虽然我在这里使用自由计划中的项目设置生成的app_id和app_code。当我使用同一站点示例中提供的演示app_id和demo app_code时,此问题得到了解决。