File System
Write box file
Creates or overwrites a file. Creates necessary directories in the path if they don’t exist. If target path is already exists, the write will be failed.
POST
JavaScript
Authorizations
Enter your API Key in the format: Bearer <token>. Get it from https://gbox.ai
Path Parameters
Box ID
Example:
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Body
multipart/form-data
Request parameters for writing content to a file
Request parameters for writing content to a file
Request parameters for writing binary content to a file
Response
200
application/json
Write file
File system file representation
JavaScript