Working with Files and Storage

Introduction

Aspose.Tasks Cloud provides helper functions to work with files uploaded to Aspose.Tasks Cloud Storage or any other Cloud Storage of your choice. If you need any help getting started with setting third party storage please refer to Aspose Cloud UI Help Topics.

Download a file from Cloud Storage

API Information

API Type Description Resource Link
/tasks/storage/file/{path} GET Download a File from Storage DownloadFile

cURL Example

SDKs

The Aspose.Tasks Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples

Uploading a file from Cloud Storage

API Information

API Type Description Resource Link
/tasks/storage/file/{path} PUT Upload a file to Cloud Storage UploadFile

cURL Example

SDK Examples

Copying a file to a new location on Cloud Storage

API Information

API Type Description Resource Link
/tasks/storage/file/copy/{srcPath} PUT Duplicate a file to a new location on Cloud Storage CopyFile

cURL Example

SDK Examples

Moving a file to a new location on Cloud Storage

API Information

API Type Description Resource Link
/tasks/storage/file/MOVE/{srcPath} PUT Move a file to a new location on Cloud Storage MoveFile

cURL Example

SDK Examples

Deleting a file on Cloud Storage

API Information

API Type Description Resource Link
/tasks/storage/file/{path} DELETE Delete a file from Cloud Storage DeleteFile

cURL Example

SDK Examples