I'm unable to transfer files between two dropbox accounts

What is the problem you are having with rclone?

I'm unable to copy files from one cloud to another.

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

rclone v1.58.1
- os/version: darwin 12.3 (64 bit)
- os/kernel: 21.4.0 (x86_64)
- os/type: darwin
- os/arch: amd64
- go/version: go1.17.9
- go/linking: dynamic
- go/tags: cmount

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

2 dropbox accounts

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

rclone copy don_dropbox:EMOMEmailTemplates cb_dropbbox:EMOMEmailTemplates

If I type

rclone listremotes 

I can see both dropbox accounts

If I do

rclone lsd don_dropbox:

or

rclone lsd don_dropbox:

I can see the files inside

But when I run copy command I get:

Failed to create file system for "cb_dropbbox:EMOMEmailTemplates": didn't find section in config file

The rclone config contents with secrets removed.

[don_dropbox]
type = dropbox
token = {"access_token":"SECRET","token_type":"bearer","refresh_token":"SECRET","expiry":"2022-06-01T16:44:09.48273+01:00"}

[cb_dropbox]
type = dropbox
token = {"access_token":"SECRET","token_type":"bearer","refresh_token":"SECRET","expiry":"2022-06-01T16:43:45.078863+01:00"}

A log from the command with the -vv flag

I'm sorry I don't know what this means

hell and welcome to the forum,

cb_dropbbox should be cb_dropbox

to display debug output, add -vv to the command.

Ah, thank you!!

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