pub fn create_folder_v2(
    client: &impl UserAuthClient,
    arg: &CreateFolderArg,
) -> Result<CreateFolderResult, Error<CreateFolderError>>Available on crate features 
sync_routes and dbx_files only.Expand description
Create a folder at a given path.