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

LIST doesn't work #586

Open wrkilu opened 1 year ago

wrkilu commented 1 year ago

Hi, I've set it your script as it asked me but command "list" returns nothing:

root@fh1/etc/scripts# ./dropbox_uploader.sh list
 > Listing "/"... DONE
root@fh1/etc/scripts# 

...while I have 2 not empty dirs. Why ? Please help.

wrkilu commented 1 year ago

Ok, it is resolved. It turned out the root folder was "wrkilu" as this is my name and it was empty. So when I uploaded some file to wrkilu dir, command list gave me list of content of wrkilu dir and in fact that one file. Cheers.