获取文件内容 | 大装置帮助中心
跳到主要内容

获取文件内容

接口描述(Description)

下载文件


请求地址(Request URL)

[GET] https://file.sensenova.cn/v1/files/{file_id}/content

请求头(Request Header)

无特殊Header,请参考接口鉴权


请求参数(Path Parameters)

名称类型必须默认值可选值描述
file_idstring--文件ID

请求示例(Request Example)

curl --request GET "https://file.sensenova.cn/v1/files/{file_id}/content" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $API_TOKEN"

响应头(Response Header)

名称类型描述
Locationstring重定向的URL,客户端需要根据这个URL发起新的请求,以真正下载文件

响应体(Response Body)

<a href="$这里是下载链接">Found</a>.

错误信息

参考错误码