Loading...
Loading...
Compare original and translation side by side
| If the user needs... | Primary object | Read first | Pair with | Minimal verification |
|---|---|---|---|---|
| Local verification, manual smoke tests, or quick inspection from the agent without app code changes | Current CLI environment | | | |
| Uploads, folders, listings, downloads, shared links, collaborations, or metadata | File or folder | | | Read-after-write call using the same actor |
| Organizing, reorganizing, or batch-moving files across folders; bulk metadata tagging; migrating folder structures | File set or folder tree | | | Inventory source, verify move count matches plan |
| Event-driven ingestion, new-file triggers, or webhook debugging | Webhook or events feed | | | Signature check plus duplicate-delivery test |
| Search, document retrieval, summarization, extraction, or Box AI | Search result set or file content | | | Retrieval-quality check before answer formatting |
| 401, 403, 404, 409, 429, missing content, or wrong-actor bugs | Existing request path | | | Reproduce with the exact actor, object ID, and endpoint |
| Unsure which workflow applies | Unknown | | | Choose the smallest Box object/action pair first |
| 如果用户需要... | 核心对象 | 优先阅读 | 搭配阅读 | 最小化验证 |
|---|---|---|---|---|
| 本地验证、手动冒烟测试,或无需修改应用代码的Agent快速检查 | 当前CLI环境 | | | 先执行 |
| 上传、文件夹、列表、下载、共享链接、协作或元数据操作 | 文件或文件夹 | | | 使用同一执行者执行写后读取调用 |
| 跨文件夹整理、重组或批量移动文件;批量元数据标记;迁移文件夹结构 | 文件集或文件夹树 | | | 清点源文件,验证移动数量与计划一致 |
| 事件驱动采集、新文件触发或Webhook调试 | Webhook或事件流 | | | 签名检查加上重复交付测试 |
| 搜索、文档检索、摘要、提取或Box AI相关操作 | 搜索结果集或文件内容 | | | 在格式化答案前先检查检索质量 |
| 401、403、404、409、429错误,内容缺失或执行者错误问题 | 现有请求路径 | | | 使用完全相同的执行者、对象ID和端点复现问题 |
| 不确定适用哪种工作流 | 未知 | | | 先选择最小的Box对象/操作组合 |
references/auth-and-setup.mdreferences/box-cli.mdreferences/workflows.mdreferences/content-workflows.mdreferences/bulk-operations.mdreferences/webhooks-and-events.mdreferences/ai-and-retrieval.mdreferences/troubleshooting.mdscripts/box_cli_smoke.pyscripts/box_rest.pyreferences/auth-and-setup.mdreferences/box-cli.mdreferences/workflows.mdreferences/content-workflows.mdreferences/bulk-operations.mdreferences/webhooks-and-events.mdreferences/ai-and-retrieval.mdreferences/troubleshooting.mdscripts/box_cli_smoke.pyscripts/box_rest.pybox configure:environments:get --currentbox configure:environments:get --currentscripts/box_cli_smoke.pyboxscripts/box_rest.pyBOX_ACCESS_TOKENbox users:get me --jsonscripts/box_cli_smoke.py check-authpython3 scripts/box_cli_smoke.py check-auth
python3 scripts/box_cli_smoke.py get-folder 0 --fields id name item_collection
python3 scripts/box_cli_smoke.py list-folder-items 0 --max-items 20
python3 scripts/box_cli_smoke.py search "invoice" --limit 10
python3 scripts/box_rest.py get-item --item-type folder --item-id 0 --fields id name item_collectionboxscripts/box_cli_smoke.pyBOX_ACCESS_TOKENscripts/box_rest.pybox users:get me --jsonscripts/box_cli_smoke.py check-authpython3 scripts/box_cli_smoke.py check-auth
python3 scripts/box_cli_smoke.py get-folder 0 --fields id name item_collection
python3 scripts/box_cli_smoke.py list-folder-items 0 --max-items 20
python3 scripts/box_cli_smoke.py search "invoice" --limit 10
python3 scripts/box_rest.py get-item --item-type folder --item-id 0 --fields id name item_collectionreferences/auth-and-setup.mdreferences/box-cli.mdreferences/workflows.mdreferences/content-workflows.mdreferences/bulk-operations.mdreferences/webhooks-and-events.mdreferences/ai-and-retrieval.mdreferences/troubleshooting.mdexamples/box-prompts.mdreferences/auth-and-setup.mdreferences/box-cli.mdreferences/workflows.mdreferences/content-workflows.mdreferences/bulk-operations.mdreferences/webhooks-and-events.mdreferences/ai-and-retrieval.mdreferences/troubleshooting.mdexamples/box-prompts.md