fsantini / KoboCloud

A set of scripts to synchronize a kobo reader with popular cloud services
Other
958 stars 94 forks source link

Fix some bugs with special filenames #129

Closed louisabraham closed 2 years ago

louisabraham commented 2 years ago

I fix two bugs:

  1. one general affecting filenames containing brackets affecting get.sh, thus all methods. This bug was not correctly detecting if files were on the cloud and was deleting then when REMOVE_DELETED was activated.
  2. one affecting getDropboxAppFiles.sh, as the Dropbox API suddently started to return escaped unicode characters
fsantini commented 2 years ago

Great thanks! Is it ready to merge?

louisabraham commented 2 years ago

I guess so, I tested it on my reader. I don't know why there was still dead code!