0

我正在尝试使用以下 CLE API 之一,但面临以下错误。基本上我正在尝试将新的一条记录添加到现有图层。但是 api 给出了以下错误。

我正在使用 POST 方法和表单数据在 api 下面尝试。

一点帮助将不胜感激。

API:https ://fleet.api.here.com/2/layers/modify.json?layer_id=Api_layer_test2&app_id=xyaz&app_code=abv&action=update

方法:邮寄

错误:

{
    "issues": [
        {
            "message": "Provided zipfile expected with one entry, more found."
        }
    ],
    "error_id": "73307bf8-ba4e-41e2-941c-7cdbdd65a974",
    "response_code": "400 Bad Request"
}
4

0 回答 0