pub fn upload_session_start_batch(
client: &impl UserAuthClient,
arg: &UploadSessionStartBatchArg,
) -> Result<UploadSessionStartBatchResult, Error<NoError>>
Available on crate features
sync_routes
and 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.