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