Request to create a file from a URL
| name | data type | description |
|---|---|---|
| overwriteExisting | boolean | True to overwrite existing files with the same name in the folder |
| folderId | number | Target folder ID |
| nodeId | number | Target node ID for uploading files in channels |
| name | string | Name of the file |
| description | string | Description of the file |
| sourceURL | string | Source URL of the file |
Example
{
"overwriteExisting" : true,
"folderId" : 12345,
"nodeId" : 12345,
"name" : "...",
"description" : "...",
"sourceURL" : "..."
}