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.
Is there any option to create destination folder in dropbox if that folder is not already created?
eg. if my destination folder is 2021 but that folder is not created in dropbox then API should create the folder 2021 automatically and send the file to that folder.
This seems to be default behaviour, e.g. ./dropbox_uploader.sh upload LICENSE test/ will upload the file LICENSE to the dropbox folder test, creating it if required.
Is there any option to create destination folder in dropbox if that folder is not already created?
eg. if my destination folder is 2021 but that folder is not created in dropbox then API should create the folder 2021 automatically and send the file to that folder.
Is this option available?