Skip to content

申请上传地址

标签文档附件

请求说明

字段
请求地址
https://openapi.wps.cn/v7/coop/files/{file_id}/attachments/upload/address
HTTP 方法
POST
接口描述
签名方式
KSO-1
限频策略
权限要求
协作文件管理能力(应用授权) kso.coop_files.readwrite
协作文件管理能力(用户授权) kso.coop_files.readwrite

路径参数 (Path)

属性名类型是否必填描述可选值
file_id
string文件ID-

请求体(Body)

请求体格式: application/json

没有可用的数据

请求体示例

json
{
  "content_type": "string",
  "internal": true,
  "md5": "string",
  "name": "string",
  "size": 0
}

响应体(Response)

HTTP状态码: 200
响应体格式: application/json

没有可用的数据

响应体示例

json
{
  "data": {
    "request": {
      "headers": {
        "example_key": "string"
      },
      "method": "string",
      "url": "string"
    },
    "send_back_params": {
      "etag": "string",
      "key": "string"
    },
    "upload_id": "string"
  },
  "code": 0,
  "msg": "string"
}