FileCloud Drive: Thumbs.db files are getting uploaded to the server.
Original Question or Issue:
When using FileCloud Drive, a file called Thumbs.db gets created, gets uploaded to the server, and could trigger a notification if you have workflow created to monitor new files.
Environment:
- Product - FileCloud Server, FileCloud Drive, FileCloud Desktop
- Version - Any
- Platform - Windows, Linux, MacOS
Steps to Reproduce:
- Install FileCloud Drive and leave all default configurations.
- Open FileCloud Drive Explorer and navigate to a folder. Noticed that there is a file that gets created called Thumbs.db.
- The file gets uploaded to the server.
Error or Log Message:
Defect or Enhancement Number:
Cause:
This is a FileCloud Drive configuration.
Resolution or Workaround:
FileCloud Drive's config.xml file can be configured to prevent the Thumbs.db file from being uploaded. Follow the steps below:
- Completely close FileCloud Drive.
- Navigate to C:\Program Files\FileCloud Drive\service\.
- Locate the config.xml file and edit it using a text editor.
- Set the value of the parameter below, or add the line if it does not yet exist. To disable:
<allowthumbsdbupload>0</allowthumbsdbupload>To enable:<allowthumbsdbupload>1</allowthumbsdbupload> - Save the changes made to the file.
- Re-open FileCloud Drive, and the changes should take effect.
Notes: