The final step in a chunked upload is to commit the session. To commit a file upload session, call the with a list of uploaded parts to commit.Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Additionally, any file
attributes can be passed along with the parts to
further add information to the file. See the
API for more details.Response
When successful, the API returns a HTTP201 Created status code with a
object.
In some cases, creating the parts might not be ready yet and the API will return
a 202 Accepted status code instead. In this case the application should check
the retry-after header and retry committing after the number of seconds
specified.
