我正在研究HERE Telematics
。我正在使用
curl --request POST -H "Content-Type: application/binary" --data binary "@C:\Test\gpx.gpx" "https://rme.api.here.com/2/matchroute.json?routemode=car&app_id={EbuEzCM30PVYLtSsdtOK}&app_code={atl-trn6cHEDADsbaK2bLQ}"
出现此错误:
卷曲:(3)使用错误/非法格式或缺少URL的URL %总计%接收的%Xferd平均速度时间时间时间
当前 Dload上传总剩余费用
速度 100127100121 100 6 143 7-:-:--::-:--:-:-150 {“ faultCode”:“ 8aa3a04f-9c58-46ae-a027-f3d460ed1b43”, “ responseCode”:“ 400错误的请求”,“ message”:“缺少LATITUDE列”}
我尝试了不同的方法,但是给出了相同的错误。
curl --request POST -H "Content-Type: application/binary" --data binary "@C:\Test2\run.gpx" "https://rme.api.here.com/2/matchroute.json?routemode=car&app_id={EbuEzCM30PVYLtSsdtOK}&app_code={atl-trn6cHEDADsbaK2bLQ}"
请让我知道如何在curl中执行此gpx
文件。