I'm working with an app that is trying to sync files from its App folder within Dropbox and the directory structure is as such:
/Apps/picpi/Ange-Art/2015-06-09-DevilsTower
Because of the App, the folder is seen as /Ange-Art/2015-06-09-DevilsTower and the directory structure on the local side is created using these names.
When I go to retrieve the file itself, the file comes across with the path /ange-art/2015-06-09-DevilsTower where the first folder is lower case and the subfolder maintains its mixed case nature. However, because this API pull is happening on Linux, it is trying to store it into the folder /ange-art/015-06-09-DevilsTower and the previous API call gave me /Ange-Art so that is the folder that was created.
This is incredibly inconsistent and without just blowing away all mixed case scenarios and converting to all upper or all lower case, how do I get around this inconsistency?
Log file below:
https://gist.github.com/ascheel/236960176a39a8466bf6