Function upload_session_finish

Source
pub fn upload_session_finish<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a UploadSessionFinishArg,
    body: Bytes,
) -> impl Future<Output = Result<FileMetadata, Error<UploadSessionFinishError>>> + Send + 'a
Available on crate features async_routes and dbx_files only.
Expand description

Finish an upload session and save the uploaded data to the given file path. 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.