You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Ricko's avatar
Ricko
Helpful | Level 6
8 years ago
Status:
Closed

We need a warning messages for invalid character filenames.

Example:

User creates a file named "foo/bar?.txt" in MacOS (? is an invalid character in windows). Under windows the file will not download and the folder appears to be empty. The user can try to move or delete the folder but the folder re-appears after a few seconds. 

 

Cause:

Invalid cahracter in filename (:? etc.). 

I understand that there is a check that can be done for these invalid filenames via: https://www.dropbox.com/bad_files_check

 

Solution:

Provide the user with a warning that some files could not be downloaded due to incompatable filenames. Provide an automatic resolution, removing the invalid characters. Example: get_valid_filename(line 229) django file utils git