> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/build/dropbox.md).

# 在 Duaer 里用 Dropbox 上传文件

在 Duaer 里，Dropbox 默认 Authentication 是 Access Token，Resource 是 File，Operation 是 Upload。File Path 必填。需要 dropboxApi 凭据。
## 上传到路径

1. 先建好 dropboxApi（Access Token）或 OAuth2 凭据。
2. 搜索 Dropbox，接到上一个节点后面，选上凭据。
3. Resource 保持 File，Operation 保持 Upload。
4. File Path 填完整路径，例如 /invoices/invoice_1.pdf。
5. Binary File 默认关闭时填 File Content；打开则用 Input Binary Field（默认 data）。点执行此步骤。

父文件夹必须已存在；同名文件会被覆盖。

同类传文件见 [在 Duaer 里用 Google Drive 上传文件](/zh/build/google-drive.md)、[在 Duaer 里用 FTP 传文件](/zh/build/ftp.md)。
## Questions

### Duaer 的 Dropbox File Path 是本机路径吗？

不是。它是 Dropbox 账号里的路径，不是运行 Duaer 的主机磁盘。

## 相关

- [在 Duaer 里用 Google Drive 上传文件](https://doc.duaer.com/zh/build/google-drive.md)
- [在 Duaer 里用 FTP 传文件](https://doc.duaer.com/zh/build/ftp.md)
- [在 Duaer 里用 Read/Write Files from Disk](https://doc.duaer.com/zh/build/read-write-files-from-disk.md)

