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.
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
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