Say I have this in my Dropbox:
- ~/Dropbox/shared/folderA/foo.txt
- ~/Dropbox/shared/folderB/
The folder "~/Dropbox/shared/" is shared between 2 Dropbox accounts. Then I move "foo.txt" from "folderA" to "folderB":
- ~/Dropbox/shared/folderA/
- ~/Dropbox/shared/folderB/foo.txt
The move operation succeeds as expected but after a few seconds "foo.txt" would reappear in "folderA" though its size is 0 bytes:
- ~/Dropbox/shared/folderA/foo.txt (0 bytes)
- ~/Dropbox/shared/folderB/foo.txt
This is 100% reproducible and it happens on both macOS (Dropbox account #1) and win10 (another Dropbox account #2). For now I have to manually remove the 0 bytes file each time I move a file between folders.
Any idea?
UPDATE 10/08: Just tried and it turned out this can also be reproduced from Web browser (I'm using Chrome) and iPhone's Dropbox app.