JavaScript
Browser Filesystem
Write or create a file
PUT
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser session ID
Query Parameters
Destination absolute file path.
Pattern:
^/.*Optional file mode (octal string, e.g. 644). Defaults to 644.
Pattern:
^[0-7]{3,4}$Body
application/octet-stream
The body is of type file.
Response
File written successfully