Storage API – Aspose.HTML Cloud

Cloud Storage API

Cloud file storage provides a simple way to save and retrieve information securely at any time from any location. Besides giving space, cloud storage can protect your files and data from computer failure or other events that may cause the information to be lost. Storage services enable developers to store data in the cloud, relying on authentication and other access features that control who can get to the data. Aspose.HTML Cloud API allows you to work with files and folders in cloud storage.

Install Aspose.HTML Cloud SDK for .NET via NuGet.

Aspose.HTML Cloud gives the API to access files and folders stored in the user associated Aspose cloud storage. The article provides common information about Cloud Storage API v.4.0 usage and explains how to use file and folder operations.

Storage API is divided into the following groups:

To obtain more information about each group of APIs and SDK usage examples, click the correspondent link.

REST API Information

To create a correctly constructed HTTP request, you should build a URI with the following syntax.

APITypeDescriptionLink**
Storage
/storage/exist/storage?storageName={storageName}GETCheck if storage exists
/storage/exist?path={path}&storageName={storageName}GETCheck if a file or folder exists
/storage/disc/usage?storageName={storageName}GETGet disc usage in the storage
Folder
/folder?path={path}&storageName={storageName}GETReturn a list of files and folders in the specified folder (or in the root folder by default) of the storage
/folder?path={path}&storageName={storageName}POSTCreate a folder
/folder?path={path}&storageName={storageName}DELETEDelete the folder
File
/file?path={path}&storageName={storageName}&versionId={versionId}GETDownload the file
/file?path={path}&storageName={storageName}POSTUpload the file
/file?path={path}&storageName={storageName}&versionId={versionId}DELETEDelete the fileDeleteFolder

Available Cloud SDKs

Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project.

Check out our GitHub repository for a complete list of Aspose.HTML SDKs along with working examples to get you started in no time. SDKs tools include libraries, documentation, code samples, and guides that developers can apply and integrate into their own apps.

Aspose.HTML Cloud SDKs are platform-independent and developed on REST-based APIs. You can use SDKs on any platform and integrate them with other cloud services to give you the flexibility you need when processing documents. You can perform a wide range of file processing operations, including creation, manipulation, conversion and rendering of HTML file in the cloud in various programming languages: .NET, Java, PHP, Android, Python, Ruby, Node.js, Swift, and more. SDKs also support HTML conversion to fixed layout document formats such as PDF, XPS, DOC, DOCX; to raster image formats including JPEG, PNG, TIFF, BMP, GIF and to MD, MHTML formats.

Please check the Available SDKs article to learn how to add an SDK to your project.