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