v1
latestOpenAPI 3.1.02026-07-2419782400.4 KBStep 2
Upload a file chunk
Upload a chunk of the file.
post/v7/file_cmds/upload/{file_id}/chunk/{chunk_number}
Path parameters
file_idstring required
Example:00000000-0000-0000-0000-000000000000
The file ID retrieved from the prepare upload step.
chunk_numberinteger required
The number of the chunk being uploaded. The first chunk is 0.
Headers
Content-Type'application/octet-stream' required
Content-SHA256string required
Example:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
(calculated checksum of the file/ chunk)
Response
Chunk uploaded successfully