Windows – Copying image from Dropbox to NAS results in property loss warning

dropboxnaswindows 7

I get a warning every time I try to copy any image (JPG, PNG, screenshot, camera photo, etc.) from my Dropbox to an external NAS (NetGear ReadyNAS NV+), stating:

Are you sure you want to copy this file without its properties?
The file myphoto.jpg has properties that can't be copied to the new location.

screenshot of warning dialog

Copying the image from Dropbox to another local folder does not produce this warning, but then later copying that image to my NAS results in the same warning.

Copying any other image from my local drive, that hasn't been in Dropbox, does not result in this warning, so it is something specific to Dropbox.

If I compare all the reported properties of the image (File > Properties > Details) then everything that is reported is OK and nothing is missing. The MD5 hash of both files is also the same.

This only seems to affect images. Text files and PDFs copy without warning.

I never got this warning with Windows XP.

  1. So, Dropbox is adding something to the image file properties, but what?

  2. This is a bit of an annoyance, as I'm always copying images from Dropbox to my NAS! So is there anyway to suppress, or preferably resolve, this warning?

Best Answer

In short, I think that you will lose some windows tags (or ntfs tags, whatever they call them) that are saved in the operating system or the disk. The comment above contains URLs that explain the possible information of those "properties".

The the image properties are not altered in any way.

Teracopy

Try using TeraCopy to suppress the messages: http://codesector.com/teracopy

A short description of teracopy from the website:

TeraCopy is designed to copy and move files at the maximum possible speed. It skips bad files during the copying process, and then displays them at the end of the transfer so that you can see which ones need attention. TeraCopy can automatically check the copied files for errors by calculating their CRC checksum values. It also provides a lot more information about the files being copied than its Windows counterpart. TeraCopy integrates with Windows Explorer's right-click menu and can be set as the default copy handler.

In this case, I believe that teracopy will not bother the user with meaningless "missing properties", ntfs/windows tags and whatnot, and will finish the job and mention any real problems/errors at the end of the transfer.

Total Commander

Total Commander: With dual-view or multi-tab view you can easily transfer files from one folder to some other folder. Total Commander is a powerful tool with many other features (regular expressions, renaming, select files by matching a specific rule etc.

There also exist free/open source alternatives

I'm not sure if any of them suppress the messages, but I suppose they do, since they're said to be more efficient in transferring files.

Related Question