An upload session for chunk uploading a file.
F971964745A5CD0C001BBE4E58196BFDThe unique identifier for this session
455The number of parts that have been uploaded and processed
by the server. This starts at 0.
When committing a file files, inspecting this property can provide insight if all parts have been uploaded correctly.
1024The size in bytes that must be used for all parts of of the upload.
Only the last part is allowed to be of a smaller size.
A list of endpoints for this session.
https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFDThe URL for used to abort the session.
https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD/commitThe URL used to commit the file
https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD/partsThe URL users to list all parts.
https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD/logThe URL used to get the upload log from.
https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFDThe URL used to get the status of the upload.
https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFDThe URL to upload parts to
2012-12-12T10:53:43-08:00The date and time when this session expires.
1000The total number of parts expected in this upload session, as determined by the file size and part size.
upload_sessionValue is always upload_session
{
"id": "F971964745A5CD0C001BBE4E58196BFD",
"num_parts_processed": 455,
"part_size": 1024,
"session_endpoints": {
"abort": "https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD",
"commit": "https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD/commit",
"list_parts": "https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD/parts",
"log_event": "https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD/log",
"status": "https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD",
"upload_part": "https://upload.box.com/api/2.0/files/upload_sessions/F971964745A5CD0C001BBE4E58196BFD"
},
"session_expires_at": "2012-12-12T10:53:43-08:00",
"total_parts": 1000,
"type": "upload_session"
}