Dropbox

Links

    Dropbox API

    Getting access, Developing, Testing

    Back to Dropbox

    Files - Upload Session - Append

    Append more data to an upload session. A single request should not upload more than 150 MB. The maximum size of a file one can upload to an upload session is 350 GB.

    Input

    type: object properties: data: type: object description: > session_id: The upload session ID (returned by :route:`upload_session/start`). offset: The amount of data that has been uploaded so far. We use this to make sure upload data isn't lost or duplicated in the event of a network error. properties: session_id: type: string description: The upload session ID (returned by :route:`upload_session/start`). offset: type: number description: >- The amount of data that has been uploaded so far. We use this to make sure upload data isn't lost or duplicated in the event of a network error. title: Data