Trouble copying Dropbox shared folder to G Drive , can list folder but can't copy it

What is the problem you are having with rclone?

Hi guys - i can list the shared directories in my dropbox remote no problem that i want to copy , but then when i try to copy Any of them ( am trying specific folders ) It says it can't find source folder

here is proof i can see the folder

C:\rclone>rclone lsd dropboxnew:
          -1 2000-01-01 00:00:00        -1 Specs

if i try to look in the folder it does this

rclone lsd dropboxnew:Specs
2024/07/18 15:49:18 Failed to create file system for "dropboxnew:Specs": directory not found

So at this point it's probably obvious it's not going to copy but anyway :

>rclone copy --tpslimit 4 --transfers 4 --checkers 4 --verbose dropboxnew:Specs gdrive:dropbox
2024/07/18 15:52:53 INFO  : Starting transaction limiter: max 4 transactions/s with burst 1
2024/07/18 15:52:58 Failed to create file system for "dropboxnew:Specs": not_mountable/...

I can definitely access that folder in dropbox web and im an admin

There is lots of other folders there and I have tried with them, i get the same

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

rclone v1.67.0

  • os/version: Microsoft Windows Server 2022 Standard 21H2 (64 bit)
  • os/kernel: 10.0.20348.2527 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: cmount

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

Dropbox trying to copy to Googledrive

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

rclone copy --tpslimit 4 --transfers 4 --checkers 4 --verbose dropboxnew:Specs gdrive:dropbox

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[dropboxnew]
type = dropbox
shared_folders = true
token = XXX

[gdrive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive = XXX
root_folder_id =
### Double check the config for sensitive info before posting publicly

A log from the command that you were trying to run with the -vv flag



C:\rclone>rclone -vv  copy --tpslimit 4 --transfers 4 --checkers 4 dropboxnew:Specs gdrive:dropbox
2024/07/18 16:28:32 INFO  : Starting transaction limiter: max 4 transactions/s with burst 1
2024/07/18 16:28:32 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "-vv" "copy" "--tpslimit" "4" "--transfers" "4" "--checkers" "4" "dropboxnew:Specs" "gdrive:dropbox"]
2024/07/18 16:28:32 DEBUG : Creating backend with remote "dropboxnew:Specs"
2024/07/18 16:28:32 DEBUG : Using config file from "C:\\Users\\Administrator\\AppData\\Roaming\\rclone\\rclone.conf"
2024/07/18 16:28:38 DEBUG : Creating backend with remote "gdrive:dropbox"
2024/07/18 16:28:38 DEBUG : gdrive: Loaded invalid token from config file - ignoring
2024/07/18 16:28:38 DEBUG : Saving config "token" in section "gdrive" of the config file
2024/07/18 16:28:38 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2024/07/18 16:28:38 DEBUG : gdrive: Saved new token in config file
2024/07/18 16:28:39 ERROR : Dropbox root 'Specs': error reading source root directory: directory not found
2024/07/18 16:28:39 DEBUG : Google drive root 'dropbox': Waiting for checks to finish
2024/07/18 16:28:39 DEBUG : Google drive root 'dropbox': Waiting for transfers to finish
2024/07/18 16:28:39 ERROR : Attempt 1/3 failed with 1 errors and: directory not found
2024/07/18 16:28:40 ERROR : Dropbox root 'Specs': error reading source root directory: directory not found
2024/07/18 16:28:40 DEBUG : Google drive root 'dropbox': Waiting for checks to finish
2024/07/18 16:28:40 DEBUG : Google drive root 'dropbox': Waiting for transfers to finish
2024/07/18 16:28:40 ERROR : Attempt 2/3 failed with 1 errors and: directory not found
2024/07/18 16:28:40 ERROR : Dropbox root 'Specs': error reading source root directory: directory not found
2024/07/18 16:28:40 DEBUG : Google drive root 'dropbox': Waiting for checks to finish
2024/07/18 16:28:40 DEBUG : Google drive root 'dropbox': Waiting for transfers to finish
2024/07/18 16:28:40 ERROR : Attempt 3/3 failed with 1 errors and: directory not found
2024/07/18 16:28:40 INFO  :
Transferred:              0 B / 0 B, -, 0 B/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         8.0s

2024/07/18 16:28:40 DEBUG : 10 go routines active
2024/07/18 16:28:40 INFO  : Dropbox root 'Specs': Committing uploads - please wait...
2024/07/18 16:28:40 Failed to copy: directory not found

welcome to the forum,

the folder name is Specs, not specs

Thank you for spotting

I did try this then copied the wrong command in my post like an idiot

that one also says

C:\rclone>rclone lsd dropboxnew:Specs
2024/07/18 16:14:47 Failed to create file system for "dropboxnew:Specs": not_mountable/.

please, always post complete debug logs

Apologies

C:\rclone>rclone -vv  lsd dropboxnew:Specs
2024/07/18 16:26:59 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "-vv" "lsd" "dropboxnew:Specs"]
2024/07/18 16:26:59 DEBUG : Creating backend with remote "dropboxnew:Specs"
2024/07/18 16:26:59 DEBUG : Using config file from "C:\\Users\\Administrator\\AppData\\Roaming\\rclone\\rclone.conf"
2024/07/18 16:27:03 Failed to create file system for "dropboxnew:Specs": not_mountable/.

not sure what the issue is.

maybe try with a slash character
rclone -vv lsd dropboxnew:/Specs

Thats done it, you are the man - thank you

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