Credential access
Reads Dropbox tokens, config, and selected local files.
brew
Bash script for interacting with Dropbox. Version 1.0 via Homebrew; verified from local package data.
agent safety
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.
install
brew install dropbox-uploaderlocal Homebrew formula metadata
overview
Bash script for interacting with Dropbox
history
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.
security posture
broad file, network, media, or database tool signal. generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
~/.dropbox_uploaderCredential-bearing paths to review before unattended agent runs.
~/.dropbox_uploaderexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dropShell.sh | cli | global executable | |
dropbox_uploader.sh | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/andreafabrizi/Dropbox-Uploader
install metadata
| Package key | brew:dropbox-uploader |
|---|---|
| Version | 1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dropbox-uploader |
| Homepage | https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/ |
| Repository | https://github.com/andreafabrizi/Dropbox-Uploader |
| Upstream docs | https://github.com/andreafabrizi/Dropbox-Uploader#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/andreafabrizi/Dropbox-Uploader/archive/refs/tags/1.0.tar.gz |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dropbox-uploader |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.