Replies: 1 comment 1 reply
-
The Dropbox API 1 does not allow changing the modification date for existing files unfortunately. Footnotes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using Mountain Duck for some time connecting dropbox as a local folder, and uploading ad retrieving files with no problems.
Recently I realized that quite a few files in dropbox that I had uploaded some time ago, had been uploaded with a wrong timestamp.
Using dropbox mounted locally with Mountain Duck, I tried to re-sync the file timestamps using terminal command "rsync":
rsync -a -t --size-only /Volumes/BACKUP-source_directory /Volumes/BACKUP/Destination_directory in dropbox.
The command works fine and, in finder, all my dropbox files show the correct updated timestamp. Yet, when I look at the files using dropbox web interface, the files timestamps appear untouched.
If I unmount dropbox using Mountain Duck and then remount dropbox, again, in finder, all files timestamp always appear updated, but the files in dropbox web interface still show the previous time stamp.
Mountain Duck appears "in synch", and dropbox is not showing and synch in process or pending.
Destination files in dropbox are "online-only".
Can anybody help me resolve this problem?
Beta Was this translation helpful? Give feedback.
All reactions