dropbox-api-command
dropbox-api-command copied to clipboard
Case sensitive downloads
Currently if you upload ABC.txt and then download you may get two copies - both ABC.txt and abc.txt.
Since dropbox is "case insensitive" and downloads ~arbitrarily with correct case or lower case, the dropbox-api should check if a file/directory exists with different case when syncing (rather than exact case match).
@jasonk000 do you know if I can safely delete the one with the wrong case?
sorry I'm not sure .. i believe you can safely delete however issue will recur next time you sync, long time since I checked though