Box Developer Documentation
 

    Uploaded part

    This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

    A chunk of a file uploaded as part of an upload session, as returned by some endpoints.

    The representation of an upload session chunk.

    Response Example

    {
      "part": {
        "offset": 16777216,
        "part_id": "6F2D3486",
        "sha1": "134b65991ed521fcfe4724b7d814ab8ded5185dc",
        "size": 3222784
      }
    }