Creates an upload session for chunked upload of large files (20MB+). This is the first step in Box's chunked upload process. After creating the session, you must: (1) upload file chunks using the upload_part endpoint, (2) commit the session using the commit endpoint to finalize…
file_nameRequiredstringThe name for the new file including extension. Must not contain forward or backward slashes, non-printable ASCII characters, or trailing spaces. Cannot be '.' or '..'. Example: 'large_video.mp4' or 'presentation.pptx'
file_sizeRequiredintegerThe total size of the file in bytes. Must be at least 20MB (20971520 bytes) since chunked uploads are only for large files. Maximum depends on account storage limits. Example: 104857600 (100MB)
folder_idRequiredstringThe ID of the folder where the file will be uploaded. Use '0' for the root folder (All Files), or provide a specific folder ID. Example: '123456789' or '0'
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.