How do I configure Dropbox Teams so I can see directories listed in the GUI?

What is the problem you are having with rclone?

I run rclone in a container and only have access via the GUI. I have recently configured my dropbox for business account, but I can not work out how to configure rclone to have it show my dropbox teams folder in the explorer on the gui.

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

rclone v1.57.0
- os/version: alpine 3.14.2 (64 bit)
- os/kernel: 3.10.108 (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 business, Google Drive and S3

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

 rclone:
    image: rclone/rclone
    restart: always
    # --links copies the symlink as a text pointer with an `.rclone` extension. The fcpx archives will still break but will
    # be manually fixable if needed.
    command: rcd --rc-web-gui --rc-addr :5572 --rc-user zzz --rc-pass zzzz --exclude-from /config/rclone/exclude --links --log-level INFO --log-format="date,time,longfile" --use-json-log --dropbox-batch-mode sync

The rclone config contents with secrets removed.

[Dropbox]
remote = /
type = dropbox
token = {...}

A log from the command with the -vv flag

{"level":"debug","msg":"Version \"v1.57.0\" starting with parameters [\"rclone\" \"rcd\" \"--rc-web-gui\" \"--rc-addr\" \":5572\" \"--rc-user\" \"...\" \"--rc-pass\" \"...\" \"--exclude-from\" \"/config/rclone/exclude\" \"--links\" \"--log-level\" \"DEBUG\" \"--log-format=date,time,longfile\" \"--use-json-log\" \"--dropbox-batch-mode\" \"sync\"]","object":"rclone","objectType":"string","source":"cmd/cmd.go:408","time":"2022-01-08T06:39:10.622612+00:00"}
{"level":"debug","msg":"rc: \"operations/list\": with parameters map[fs:Dropbox: remote:]","source":"rcserver/rcserver.go:274","time":"2022-01-08T06:39:27.145815+00:00"}
{"level":"debug","msg":"Creating backend with remote \"Dropbox:\"","source":"fs/newfs.go:28","time":"2022-01-08T06:39:27.145935+00:00"}
{"level":"debug","msg":"detected overridden config - adding \"{bBI1F}\" suffix to name","object":"Dropbox","objectType":"string","source":"fs/newfs.go:45","time":"2022-01-08T06:39:27.146296+00:00"}
{"level":"debug","msg":"fs cache: renaming cache item \"Dropbox:\" to be canonical \"Dropbox{bBI1F}:\"","source":"cache/cache.go:79","time":"2022-01-08T06:39:27.456453+00:00"}

You need the shared with me flag:

Dropbox (rclone.org)

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