You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(box): use generic output descriptions for shared file properties
Rename "Uploaded file ID/name" to "File ID/name" in
UPLOAD_FILE_OUTPUT_PROPERTIES since the constant is shared by both
upload and copy operations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/box.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ With the Box integration in Sim, you can:
28
28
These capabilities allow your Sim agents to automate Box operations directly within your workflows — from organizing documents and distributing content to processing uploaded files and maintaining structured cloud storage as part of your business processes.
29
29
{/* MANUAL-CONTENT-END */}
30
30
31
+
31
32
## Usage Instructions
32
33
33
34
Integrate Box into your workflow to manage files and folders. Upload and download files, get file information, list folder contents, create and delete folders, copy files, search across your Box account, and update file metadata.
@@ -53,8 +54,8 @@ Upload a file to a Box folder
53
54
54
55
| Parameter | Type | Description |
55
56
| --------- | ---- | ----------- |
56
-
|`id`| string |Uploaded file ID |
57
-
|`name`| string |Uploaded file name |
57
+
|`id`| string |File ID |
58
+
|`name`| string |File name |
58
59
|`size`| number | File size in bytes |
59
60
|`sha1`| string | SHA1 hash of file content |
60
61
|`createdAt`| string | Creation timestamp |
@@ -204,8 +205,8 @@ Copy a file to another folder in Box
0 commit comments