URGENT- Help needed re:mod times dropbox

What is the problem you are having with rclone?

Trying to create photos and files with custom modification times in dropbox. Also to modify modification times for existing files in dropbox

What is your rclone version (output from rclone version)

1.15.5

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 64bit

Which cloud storage system are you using? (eg Google Drive)

Dropbox

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone touch Drop1:SAMURAI.jpg -t 200205

The rclone config contents with secrets removed.

Can't provide, can't copy paste with cmd.
Config uses Dropbox and all defaults no encrypt.

A log from the command with the -vv flag

https://www.dropbox.com/s/613ajoef94p5ceg/20201216_120414.jpg?dl=0

Photo of it

So I'm trying to modify file timestamps in the dropbox but I keep getting this error message saying I need to upload? Can someone tell me what I'm doing wrong here? Apologies for this I'm giant noob to rclone.

What rclone version you running?
Can you run the same command with -vv and share the output?

felix@gemini:~$ rclone lsl GD:hosts
      221 2020-11-26 13:24:26.390000000 hosts
felix@gemini:~$ rclone touch GD:hosts -vv
2020/12/16 07:32:54 DEBUG : rclone: Version "v1.53.3" starting with parameters ["rclone" "touch" "GD:hosts" "-vv"]
2020/12/16 07:32:54 DEBUG : Creating backend with remote "GD:"
2020/12/16 07:32:54 DEBUG : Using config file from "/opt/rclone/rclone.conf"
2020/12/16 07:32:56 DEBUG : 4 go routines active
felix@gemini:~$ rclone lsl GD:hosts
      221 2020-12-16 07:32:54.974000000 hosts

I believe this is a limitation of the Dropbox API itself. Relevant docs:

Dropbox supports modified times, but the only way to set a modification time is to re-upload the file.
1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.