# andreafabrizi/Dropbox-Uploader

Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.

Repository: https://github.com/andreafabrizi/Dropbox-Uploader
Canonical: https://ross.abutalabs.com/products/dropbox-uploader
Homepage: https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
Language: Shell
License: GPL-3.0
License Family: copyleft
Last push: 2024-06-04T07:54:29+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5474, "days_push": 820, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6599, forks 1048 (observed 2026-08-28T04:09:45.587500+00:00)

## What it is
Dropbox Uploader is a BASH script that provides a command-line interface to Dropbox using the official Dropbox API v2, requiring only cURL. It supports uploading, downloading, listing, deleting, moving, renaming, copying, and sharing files, including chunked uploads for large files.

## Use cases
- upload files to dropbox from the command line
- script automated backups to dropbox
- download a dropbox folder recursively via shell
- create dropbox share links from a script
- manage dropbox files without installing the official client
- monitor a dropbox folder for changes in cron

## When to choose
- you need a lightweight, dependency-free (just bash + curl) Dropbox client
- you want to automate Dropbox operations in shell scripts or cron jobs
- you're on a headless server or minimal Linux environment
- you don't want to store your Dropbox password anywhere

## When to avoid
- you need a GUI or rich sync client with local folder mirroring
- you need features beyond the Dropbox API v2 surface this script wraps
- you prefer a maintained SDK in Python or another language with more extensibility
- you need Windows-native support without a bash environment

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: http-client, file-upload, cli, backup
- domain: files, cloud-computing
- platform: cli, cross-platform
- tags: dropbox, bash-script, curl, file-sync, cloud-storage, command-line, automation, linux, macos

## Member repositories
- andreafabrizi/Dropbox-Uploader (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:45.587500+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:43:32.631662+00:00, confidence not recorded.
  - readme: https://github.com/andreafabrizi/Dropbox-Uploader (fetched 2026-08-28T04:09:45.587500+00:00, sha 4b997dca5605)
  - homepage: https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/ (fetched 2026-08-29T08:39:52.596226+00:00, sha 304a23eece8b)
  - site_page: https://www.andreafabrizi.it/about (fetched 2026-08-29T08:39:52.599123+00:00, sha 039cf406a736)
- Data as of 2026-08-30T08:39:29.467469+00:00.
