How can I access my files from Dropbox for business on Rclone WebUI or Rclone Browser?

What is the problem you are having with rclone?

I don't know how to access files from TeamFolder on my Dropbox for business account.
I use Rclone WebUI to browse my files and folders on Dropbox, but the result is just a blank screen, even though I can see them with the command rclone lsd remote:/.
I tried following the instructions from here, tried changing the breadcrumb path to remote:/TeamFolder and remote:/ but it doesn't seem to be work.

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

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

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

Dropbox for Bussiness

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

rclone rcd --rc-web-gui

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

2023/02/16 20:09:21 NOTICE: Web GUI exists. Update skipped.
2023/02/16 20:09:21 NOTICE: Serving Web GUI
2023/02/16 20:09:21 NOTICE: Serving remote control on http://127.0.0.1:5572/
2023/02/16 20:11:17 NOTICE: too_many_requests/: Too many requests or write operations. Trying again in 5 seconds.
2023/02/16 20:12:32 ERROR : TeamFolder: error listing: directory not found
2023/02/16 20:12:32 ERROR : rc: "operations/list": error: error in ListJSON: directory not found
2023/02/16 20:12:47 ERROR : Data/: error listing: directory not found
2023/02/16 20:12:47 ERROR : rc: "operations/list": error: error in ListJSON: directory not found
2023/02/16 20:13:17 ERROR : TeamFolder: error listing: directory not found
2023/02/16 20:13:17 ERROR : rc: "operations/list": error: error in ListJSON: directory not found
2023/02/16 20:13:21 ERROR : TeamFolder: error listing: directory not found
2023/02/16 20:13:21 ERROR : rc: "operations/list": error: error in ListJSON: directory not found
2023/02/16 20:13:22 ERROR : TeamFolder: error listing: directory not found
2023/02/16 20:13:22 ERROR : rc: "operations/list": error: error in ListJSON: directory not found
2023/02/16 20:13:30 ERROR : TeamFolder/Data/: error listing: directory not found
2023/02/16 20:13:30 ERROR : rc: "operations/list": error: error in ListJSON: directory not found

hello and welcome to the forum,

please post the redacted config.

and make sure a simple command such as rclone lsd works.

The rclone config contents with secrets removed.

[dropbox_team_01]
type = dropbox
token = {"access_token":"","token_type":"bearer","refresh_token":"","expiry":"2023-02-14T12:31:58.818556344Z"}

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