I'm using headless dropboxd on an up-to-date Debian Linux system:
~/dropbox.py version
Dropbox daemon version: 163.4.5456
Dropbox command-line interface version: 2020.03.04
It successfully downloaded over 200k files, and 350GB worth of data. However, it's now stuck on the last 18 files:
~/dropbox.py status
Syncing 18 files
Downloading 18 files...
No matter how many times I restart the daemon (or whole box), this number never goes down.
The only way I was able to find what these files are is one by one, using 'dropbox.py ls', and seeing the teal rather than green colour.
Digging into directories that were teal, I would eventually come to a directory with all files green. I could then compared on Dropbox web gui, and find a file that's there, but missing in Linux dir.
One example was a 37KB png file.
So I tried this:
- Downloaded the file from the web gui
- deleted it
- reuploaded it
Then, instantly, the sync count dropped by one, and the file was there.
So, in short:
1. How can I find why these 18 files are never syncing? The png file I mentioned, as an example, was not copyrighted or corrupt.
2. How can I find *which* files automatically (without hacking my on Python)?