[][src]Function dropbox_sdk::files::create_folder_batch

pub fn create_folder_batch(
    client: &dyn HttpClient,
    arg: &CreateFolderBatchArg
) -> Result<Result<CreateFolderBatchLaunch, ()>>

Create multiple folders at once. This route is asynchronous for large batches, which returns a job ID immediately and runs the create folder batch asynchronously. Otherwise, creates the folders and returns the result synchronously for smaller inputs. You can force asynchronous behaviour by using the CreateFolderBatchArg::force_async flag. Use create_folder_batch_check() to check the job status.