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.
https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/
GNU General Public License v3.0
6.56k stars 1.08k forks source link

Adding API_PATH_ROOT config to permit root selection #597

Open mcranieri opened 3 months ago

mcranieri commented 3 months ago

Dropbox has recently updated its default behavior, where the root directory now reflects the user's Dropbox folder name.

To ensure a smooth transition and allow users to continue writing to their top-level Dropbox space, Dropbox offers a special header called "Path Root Header Modes" (https://www.dropbox.com/developers/reference/path-root-header-modes).

This change aims to simplify the process for users when selecting their preferred root directory.