AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
docs/api/CopyFile.md view on Meta::CPAN
# **Spreadsheet Cloud API: copyFile**
## **Quick Start**
- **Base URL**: `http://api.aspose.cloud/v4.0`
- **Authentication Method**: `JWT (OAuth2, application)` **Token URL**: `https://api.aspose.cloud/connect/token`
- **Example**
## **Interface Details**
### **Endpoint**
```
PUT http://api.aspose.cloud/v4.0/cells/storage/file/copy/{srcPath}
```
### **Function Description**
### The request parameters of **copyFile** API are:
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
| :- | :- | :- |:- |
|srcPath|String|Path||
|destPath|String|Query||
|srcStorageName|String|Query||
|destStorageName|String|Query||
|versionId|String|Query||
### **Response Description**
```json
{
Void
}
```
## OpenAPI Specification
The [OpenAPI Specification](https://reference.aspose.cloud/cells/#/FileController/CopyFile) defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
[[Back to API list]](../DeveloperGuide.md#api-reference)
[[Back to README]](../../README.md)
( run in 1.000 second using v1.01-cache-2.11-cpan-97f6503c9c8 )