I'm writing a sync client (in Ruby) to copy a folder from local to Dropbox. My code is as follows:
file_copy(settings['local_folder'],settings['remote_folder'])
I get the following error:
in `parse_response': Path '/home/user/projects/clients/' not found (DropboxError)
This is true; that folder doesn't exist. It's '/home/user/Projects/Clients'
Is there any way to fix this *other* than renaming all of my local folders to lowercase? This is on my personal Linux machine, so in this case, it would be a hassle for all other file references and scripts I have.