Skip to content

Parts

Add upload part
UploadPart uploads().parts().create(PartCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/uploads/{upload_id}/parts
ModelsExpand Collapse
class UploadPart:

The upload Part represents a chunk of bytes we can add to an Upload object.

String id

The upload Part unique identifier, which can be referenced in API endpoints.

long createdAt

The Unix timestamp (in seconds) for when the Part was created.

JsonValue; object_ "upload.part"constant"upload.part"constant

The object type, which is always upload.part.

String uploadId

The ID of the Upload object that this Part was added to.