We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

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