pub fn upload_session_start_batch<'a>(
client: &'a impl UserAuthClient,
arg: &'a UploadSessionStartBatchArg,
) -> impl Future<Output = Result<UploadSessionStartBatchResult, Error<NoError>>> + Send + 'a
Available on crate features
async_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.