Alorel\Dropbox\Operation\Files\UploadSession
Classes
Append more data to an upload session. When the parameter close is set, this call will close the session. A
single request should not upload more than 150 MB of file contents.
Finish an upload session and save the uploaded data to the given file path. A single request should not upload
more than 150 MB of file contents.
Upload sessions allow you to upload a single file using multiple requests. This call starts a new upload
session with the given data. You can then use uploadsession/append to add more data and uploadsession/finish
to save all the data to a file in Dropbox.