Write a file
File Management
Write File
Write raw bytes to a sandbox file path through the sandbox proxy.
PUT
Write a file
Write bytes to a sandbox path.
Endpoint
Example Request
Response
Tensorlake returns204 No Content when the write succeeds.
Parent directories are created automatically if needed. Paths containing .. are rejected with 403 Forbidden.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Absolute or relative file path inside the sandbox.
Body
application/octet-stream
The body is of type file.
Response
File written successfully