Folder Operations

Introduction

This article explains how to use Folder Operation with Aspose.HTML Cloud

API Information

APITypeDescriptionSwagger Link
/html/storage/folder/{path}GETGet all files and folder listGetFilesList
/html/storage/folder/{path}PUTCreate a FolderCreateFolder
/html/storage/folder/{path}DELETEDelete a FolderDeleteFolder
/html/storage/folder/copy/{srcPath}PUTCopy a FolderCopyFolder
/html/storage/folder/move/{srcPath}PUTMove a FolderMoveFolder

cURL Example

All of these requests require you obtain a connect token befor you proceede


curl -v "https://api.aspose.cloud/connect/token" -X POST -d "grant_type=client_credentials&client_id=XXXXX&client_secret=XXXXX" -H "Content-Type: application/x-www-form-urlencoded" -H "Accept: application/json"

Example for getting list of all files and folder on Cloud Storage