operations_copyurl
Downloads a file from a public URL and saves it to a specified remote path, with optional auto-naming from the URL.
Instructions
Copy from URL — Downloads a public URL and stores it at the requested remote path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path that will receive the downloaded file, e.g. `drive:`. | |
| url | No | Source URL to fetch the object from. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| remote | No | Destination path within `fs` where the fetched object will be stored. | |
| autoFilename | No | Set to true to derive the destination filename from the URL. |