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