Icon

Uploads

This category contains 4 nodes.

Add Upload Part 

Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from […]

Cancel Upload 

Cancels the Upload. No Parts may be added after an Upload is cancelled.

Complete Upload 

Completes the [Upload](/docs/api-reference/uploads/object). Within the returned Upload object, there is a nested [File](/docs/api-reference/files/object) […]

Create Upload 

Creates an intermediate [Upload](/docs/api-reference/uploads/object) object that you can add [Parts](/docs/api-reference/uploads/part-object) to. Currently, […]