应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 钉盘应用文件读权限 | API Explorer |
第三方企业应用 | 暂不支持 | 钉盘应用文件读权限 | 暂不支持 |
第三方个人应用 | 暂不支持 | 钉盘应用文件读权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | param.error | Invalid Param | 参数错误 |
404 | object.not.exist | File does not exist or has been deleted. | 文件不存在或已删除 |
500 | request.overlimit | You have sent too many requests. | 请求过于频繁 |
500 | unsupported.operation | Does not support the operation | 暂不支持该操作 |
500 | no.priviledge | You are not authorized to perform this operation. | 你没有权限进行此操作 |
500 | unknown.error | Unknown Error | 未知错误 |
{}
curl --location --request GET 'http://127.0.0.1/v1.0/drive/spaces//files/?unionId=' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"spaceId": "string",
"parentId": "string",
"fileId": "string",
"fileName": "string",
"filePath": "string",
"fileType": "string",
"contentType": "string",
"fileExtension": "string",
"fileSize": 0,
"createTime": "string",
"modifyTime": "string",
"creator": "string",
"modifier": "string"
}