跳转到内容
AsterDrive Developer Docs开发者

download_team_file

GET
/api/v1/teams/{team_id}/files/{id}/download
curl --request GET \
--url https://example.com/api/v1/teams/1/files/1/download \
--header 'Authorization: Bearer <token>'
team_id
required
integer format: int64

Team ID

id
required
integer format: int64

File ID

disposition
string | null

Team file content

Partial team file content

Unauthorized

Forbidden

File not found