rclone/backend/dropbox
Nick Craig-Wood 05e32cfcf9 dropbox: Fix crypt+obfuscate on dropbox - fixes #2191
Before this change we lowercased the dropbox root directory.  This was
likely a leftover from when we used to build a dictionary to translate
the cases of dropbox files.  Now with the v2 API we can rely on
dropbox to do that for us, so we no longer need to lowercase the root.

This fixes issues using crypt with name obfuscation on dropbox.
2018-04-09 11:53:41 +01:00
..
dbhash Move all backends into backend directory 2018-01-12 17:07:38 +00:00
dropbox.go dropbox: Fix crypt+obfuscate on dropbox - fixes #2191 2018-04-09 11:53:41 +01:00
dropbox_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00