dav_put
Uploads a file to Nextcloud using base64-encoded content. Creates a new file or overwrites an existing one at the specified path.
Instructions
Upload a file. content_b64 must be base64-encoded bytes. Creates the file if it does not exist, overwrites if it does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| password | Yes | ||
| path | Yes | ||
| content_b64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |