orgo_upload_file
Upload files to a computer's Desktop and sync them across all project computers, supporting files up to 10MB with base64 encoding.
Instructions
Upload a file to the computer's Desktop.
The file will sync to all running computers in the project.
Maximum file size: 10MB.
Args:
params (UploadFileInput): Input containing:
- computer_id (str): Computer ID
- filename (str): Name for the file
- content_base64 (str): Base64-encoded content
- content_type (Optional[str]): MIME type
Returns:
str: Confirmation message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |