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

No Such file or directory #570

Open roy503 opened 2 years ago

roy503 commented 2 years ago

Trying to run dropbox_uploader.sh -k, on my pi zero w and after i input the access code i get this message:

grep: /tmp/du_resp_7698: No such file or directory sed: can't read /tmp/du_resp_7698: No such file or directory The configuration has been saved.

Not sure what the issue is, or if it even worked properly. Anyone know what went wrong?

dastone16 commented 1 year ago

I found I have to edit the dropbox app permissions before setting up the dropbox_uploader. For some reason the dropbox app permission, even though selecting full access, default to minimum permissions. I had to go into permission type and make sure 'files.metadata.write and read was selected.
Now you can unlink and re-setup the drobox_uploader and this worked for me.