# 使用 Homebrew 安装 dropbox-uploader

查看 dropbox-uploader 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:dropbox-uploader
```

## 代理安全回答

dropbox-uploader transfers files to and from Dropbox using local credentials.

- **凭据访问:** Reads Dropbox tokens, config, and selected local files.
- **远程变更:** Can upload, delete, move, and overwrite Dropbox content.
- **发布/制品风险:** Can publish or remove artifacts in shared storage.
- **推荐控制:** Gate uploads, deletes, moves, and token reads.
- **代理使用指南:** Allow listing; require approval for transfers, deletes, and sensitive file paths.

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install dropbox-uploader
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:dropbox-uploader
- **软件包管理器:** Homebrew
- **版本:** 1.0
- **来源摘要:** Bash script for interacting with Dropbox
- **主页:** <https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/>
- **仓库:** <https://github.com/andreafabrizi/Dropbox-Uploader>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- dropShell.sh (别名)
- dropbox_uploader.sh (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.0
## 项目历史与用法

Dropbox Uploader is a Bash-and-cURL command-line script for uploading, downloading, listing, sharing, monitoring, and otherwise managing Dropbox files from a shell. Its package-manager appeal is that it turns Dropbox access into one portable script rather than a desktop sync client or heavier SDK application.

### 项目历史

The project grew around a simple Unix idea: use a shell script plus cURL to talk to Dropbox from systems where a GUI client is unavailable or inappropriate. Its README now documents Dropbox API v2 authentication, a first-run configuration wizard, and storage of access configuration in `~/.dropbox_uploader`.

### 采用历史

Dropbox Uploader found a niche with headless machines, NAS boxes, backup scripts, Raspberry Pi setups, and cross-platform shells. The official tested-environment list includes GNU/Linux, FreeBSD, macOS, Windows/Cygwin, and Raspberry Pi, which explains why a Homebrew package remains useful even though the tool is only a script.

### 使用方式

Common usage is automation-friendly file transfer: upload backups, download artifacts, list remote folders, create share links, monitor remote paths for changes, and unlink credentials. The first run guides the user through OAuth-style setup without storing the Dropbox account password.

### 为什么软件包爱好者会关心

For package nerds, Dropbox Uploader is a classic single-script utility: no daemon, no GUI, no SDK install, just Bash, cURL, and a config file. It matters because it preserves a scriptable Dropbox workflow for environments where official desktop sync is the wrong shape.

### 时间线

- 2010s: Dropbox Uploader becomes a popular shell-script interface to Dropbox.
- Later: The project moves to Dropbox API v2 authentication and documents a first-run configuration wizard.
- README era: The README points users to the GitHub wiki for tips and contributed examples.

### Related projects

- Dropbox itself provides the storage and API surface.
- cURL is the only required command-line dependency called out by the project.
- The project's GitHub wiki collects examples and usage tips around the script.

### 来源

- <https://github.com/andreafabrizi/Dropbox-Uploader>
- <https://github.com/andreafabrizi/Dropbox-Uploader/blob/master/README.md>
- <https://github.com/andreafabrizi/Dropbox-Uploader/wiki>


## 安全说明

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.dropbox_uploader

## Credential files

- Unix: ~/.dropbox_uploader

## Combined YAML source

View the package source record on GitHub. [combined/dropbox-uploader.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dropbox-uploader.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
- curated agent safety answer
