Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files_download_zip_to_file creates a zip with upper and lower duplicates folders #168

Open
davidenitti opened this issue Jun 18, 2019 · 3 comments
Labels

Comments

@davidenitti
Copy link

when I use dbx.files_download_zip_to_file(...) if the folder to zip is in uppercase,e.g.
ML with files and folders inside: file1 RL
the zip contains duplicates folders (in apper and lower case) e.g. ml and ML, and RL and rl, some of such folders are empty other with the expected files.

@greg-db
Copy link
Contributor

greg-db commented Jun 18, 2019

Thanks for the report! We'll look into it.

For our reference, are you running this on a case-sensitive file system?

@davidenitti
Copy link
Author

yes, linux

@greg-db
Copy link
Contributor

greg-db commented Jun 19, 2019

Thank you for confirming that.

It looks like this is due to the combination of using a case-sensitive file system locally, and the fact that Dropbox itself is case-insensitive. We'll look into it, but I can't promise if/when we'd be ably to offer a fix.

@rogebrd rogebrd added the bug label Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants