Function dropbox_sdk::files::upload_session_append [−][src]
pub fn upload_session_append(
client: &impl UserAuthClient,
arg: &UploadSessionCursor,
body: &[u8]
) -> Result<Result<(), UploadSessionLookupError>>
👎 Deprecated:
replaced by upload_session_append_v2
This is supported on crate feature
dbx_files
only.Expand description
Append more data to an upload session. A single request should not upload more than 150 MB. The maximum size of a file one can upload to an upload session is 350 GB. Calls to this endpoint will count as data transport calls for any Dropbox Business teams with a limit on the number of data transport calls allowed per month. For more information, see the Data transport limit page.