Working with Files and Storage using Aspose.BarCode Cloud
Introduction
Aspose.BarCode Cloud provides helper functions to work with files uploaded to Aspose.BarCode 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
Type
Description
Swagger Link
/barcode/storage/file/{path}
GET
Download a File from Storage
DownloadFile
cURL Example
Uploading a file from Cloud Storage
API
Type
Description
Swagger Link
/barcode/storage/file/{path}
PUT
Upload a file to Cloud Storage
UploadFile
cURL Example
Copying a file to a new location on Cloud Storage
API
Type
Description
Swagger Link
/barcode/storage/file/copy/{srcPath}
PUT
Duplicate a file to a new location on Cloud Storage
CopyFile
cURL Example
Moving a file to a new location on Cloud Storage
API
Type
Description
Swagger Link
/barcode/storage/file/MOVE/{srcPath}
PUT
Move a file to a new location on Cloud Storage
MoveFile
cURL Example
Deleting a file on Cloud Storage
API
Type
Description
Swagger Link
/barcode/storage/file/{path}
DELETE
Delete a file from Cloud Storage
DeleteFile
cURL Example