Dropbox Strange Log File

What is the problem you are having with rclone?

Strange log created, need to know if there is any issue

Run the command 'rclone version' and share the full output of the command.

Yes

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 mount Dropbox: /www/wwwroot/videos/box --daemon --allow-other --poll-interval 10s --dir-cache-time 5000h --vfs-cache-mode full --vfs-cache-max-age 150h --vfs-cache-max-size 600G --cache-dir /www/wwwroot/cache --log-file /www/wwwroot/rclone.log --read-only

The rclone config contents with secrets removed.

[Dropbox]
type = dropbox
token = xxxxxxx
client_id = xxxxx
client_secret = xxxxxx

A log from the command with the -vv flag

[rclone.log|attachment](upload://l4H9Y5aUg1iRB6YjwBXH8ryLTCT.log) (80.8 KB)
html>

if log file not upload its here
rclone.log (80.8 KB)

hi,
the full debug log is missing or at least the top 30 lintes.

i only uploaded my whole rclone log file that im generating with main cmd, i also need to run cmd with -vv and paste output again ?
Thanks

need to slow down the number of requests rclone makes to dropbox.
so add --tpslimit 12 --tpslimit-burst 12

this cmd serve for read only also ?

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