Function dropbox_sdk::files::create_folder
source · [−]pub fn create_folder(
client: &impl UserAuthClient,
arg: &CreateFolderArg
) -> Result<Result<FolderMetadata, CreateFolderError>>
👎 Deprecated:
replaced by create_folder_v2
Available on crate feature
dbx_files
only.Expand description
Create a folder at a given path.