Write Box file
box_write_fileCreate or replace a file in a Box work directory, overwriting any existing content at the given path with your provided data.
Instructions
Create or replace a file relative to the Box work directory. Existing content at the path is overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| box_id | Yes | ||
| content | Yes | ||
| encoding | No | utf8 |