Upload Nextcloud file from base64
upload_file_base64Upload a binary file to Nextcloud by providing its base64-encoded content and destination path, subject to the transfer size limit.
Instructions
Upload a small binary file from strict base64 data, subject to the transfer size limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| overwrite | No | ||
| content_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| etag | No | ||
| name | Yes | ||
| path | Yes | ||
| size | No | ||
| is_dir | Yes | ||
| content_type | No | ||
| last_modified | No |