# Cloud API

## Content

The following table lists the Cloud API members for the different cloud storages, such as Google Drive, Azure, OneDrive, AWS, and Dropbox:

|  |  |
| --- | --- |
| **api/storage/{\*path}**<br>**method** **:**<ul><li>GET</li></ul>**param:**<ul><li>path: The path.</li><li>subpath: The file name</li></ul> | Gets the file with the specified path. |
| **api/storage/{\*path}**<br>**method** **:**<ul><li>PUT.</li><li>POST.</li></ul>**param:**<ul><li>path: The path.</li><li>subpath: The file name</li></ul> | Uploads file with the specified path. |
| **api/storage/{\*path}**<br>**method** **:**<ul><li>DELETE</li></ul>**param:**<ul><li>path: The path.</li><li>subpath: The file name</li></ul> | Deletes the file with the specified path. |
| **api/storage/List/{\*path}**<br>**method:**<ul><li>GET</li></ul>**param:**<ul><li>path: The path.</li><li>subpath: The file name</li></ul> | Gets all files and folders within the specified path. |
