labbots / google-drive-upload

Bash scripts to upload files to google drive
https://labbots.github.io/google-drive-upload/
MIT License
692 stars 144 forks source link

[BUG] Skip duplicates not working on some filenames #156

Closed divyam234 closed 3 years ago

divyam234 commented 3 years ago

I have some files named like 10-abc -abc xyz't abx which are not counted as duplicates when I run the upload process second time I am assuming some special chars in file names are causing this in this case it is caused to do comma but If I remove this comma then it is counted as duplicate.

Akianonymus commented 3 years ago

Provide the exact filenames.

divyam234 commented 3 years ago

@Akianonymus gupload "10-abctest's.ipynb" -d

Running this is creating two files with same name here extension can be any extension

Akianonymus commented 3 years ago

@divyam234 Yeah, can confirm. Will push the fixes soon.

Akianonymus commented 3 years ago

@divyam234 Update to the latest version, fixes have been merged.