Hi,
When downloading a zip folder (via both the browser and Python SDK), the resulting folder contains both the correct sub-folders and files, but also a duplicate of the parent folder where all sub-folders are lowercased and empty, e.g. If I zip a folder called 'FOLDER', I get:
FOLDER (correct)
/ SUBFOLDER (correct)
/ FILE (correct)
folder (shouldn't be here)
/ subfolder (shouldn't be here and has no children)
I think this is related to this issue
Any thoughts?
Thank you