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

Fix folder creation error handling #533

Closed mkalen closed 3 years ago

mkalen commented 3 years ago

Response code for conflict is HTTP/409 but this is not enought to determine if folder exists or not, since file conlicts also return 409. Use actual error_summary to determine if folder exists or not. Resolves #371