HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
500 | 1061001 | internal error. | 服务内部错误,包括超时,错误码没处理。 |
400 | 1061002 | params error. | 请检查请求参数是否正确。 |
404 | 1061003 | not found. | 请确认对应资源是否存在。 |
403 | 1061004 | forbidden. | 请确认当前身份是否有对应上传节点的的权限,如用户是否有上传到指定doc的编辑权限。 |
404 | 1061007 | file has been delete. | 请确认对应节点未被删除。 |
403 | 1062524 | source parent no permission. | 请检查是否拥有移动文件所在文件夹的编辑权限。 |
403 | 1062535 | destination parent no permission. | 请检查目标文件夹是否有编辑权限。 |
400 | 1062507 | parent node out of sibling num. | 云空间目录下挂载数量超过限制(单层1500限制 )。 |
curl --location --request POST 'https://open.feishu.cn/open-apis/drive/v1/files//move' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "file",
"folder_token": "fldbcO1UuPz8VwnpPx5a92abcef"
}'
{
"code": 0,
"msg": "success",
"data": {
"task_id": "12345"
}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通