Upload File

Operations

Cancel

Adds a Part to an Upload object, where each Part represents a segment of the file you are uploading. Each Part can be up to the standard size limit for file uplo...

Complete

This completes the Upload, and the returned Upload object contains a nested File object that is ready for use across the platform. You can define the order of th...

Part

Cancels the Upload, and will lead to all uploaded parts to be deleted asynchronously. No Parts may be added after an Upload is cancelled.

Start

An intermediate Upload object is created, allowing you to add Parts to it. Currently, an Upload size can be a maximum of 9 GB in total and will expire two hours...