Function dropbox_sdk::files::upload_session_start_batch
source · pub fn upload_session_start_batch(
client: &impl UserAuthClient,
arg: &UploadSessionStartBatchArg
) -> Result<Result<UploadSessionStartBatchResult, NoError>>
Available on crate feature
dbx_files
only.Expand description
This route starts batch of upload_sessions. Please refer to upload_session/start
usage. 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.