Does rclone support sync dropbox shared links

What is the problem you are having with rclone?

Does rclone support sync dropbox shared links?

I've found that the command I used before is incorrect, it seems as if it tries to create a shared link, however, I am trying to sync from a shared link

What is your rclone version (output from rclone version)

rclone v1.57.0
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.4.0-89-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.2
- go/linking: static
- go/tags: none

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 link atdrop:/shared-links (not the right command

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

(not the right log

2021/11/06 13:38:35 DEBUG : rclone: Version "v1.57.0" starting with parameters ["rclone" "link" "atdrop:sh/shared-link" "-vv"]
2021/11/06 13:38:35 DEBUG : Creating backend with remote "atdrop:sh/shared-link"
2021/11/06 13:38:35 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/11/06 13:38:35 DEBUG : fs cache: renaming cache item "atdrop:sh/shared-link" to be canonical "atdrop:"
2021/11/06 13:38:35 DEBUG : 7 go routines active
2021/11/06 13:38:35 Failed to link: Dropbox root '' doesn't support public links
2021/11/06 13:38:35 INFO  : Dropbox root '': Commiting uploads - please wait...

hello and welcome to the forum,

not sure but does this help?
https://forum.rclone.org/t/rclone-link-dropbox-permissions/23211/4

I've found that the command I used before is incorrect, it seems as if it tries to create a shared link, however, I am trying to sync from a shared link

Can you use copyurl? It won't be serverside but I think it would work.

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