Error while doing server side copy between shared drives

What is the problem you are having with rclone?

I can't seem to copy across teamdrives. One of which is mine and other is a publicly shared folder.
So, I redid everything. Reconfigured source and destination folders. Also, I think the problem lies with source folder. And yeah, I tried changing source folders, no use. In the past, I used the same command and it worked with almost same source and destination. Now, it's showing this "target machine actively refused' error. I've been trying to solve this for half an hour and now Im stuck. Did everything I could. Someone please answer

ACTUAL ERROR: Failed to rc: connection failed: Post http ://localhost:5572/core/pid: dial tcp [::1]:5572: connectex: No connection could be made because the target machine actively refused it.
2020/07/16 22:41:56 Failed to rc: connection failed: Post http ://localhost:5572/core/stats: dial tcp [::1]:5572: connectex: No connection could be made because the target machine actively refused it.

What is your rclone version (output from rclone version)

rclone v1.51.0

  • os/arch: windows/amd64
  • go version: go1.13.7

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 64 bit

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

Google drive

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

python rclone_sa_magic.py -s sourcefoldrerid -d destinationfolderid -b 1 -e 600

The rclone config contents with secrets removed.

[src001]
type = drive
scope = drive
service_account_file = D:/AutoRclone-master/accounts/00615a4d3872954ba3ca2b91f1d68ccb26cc>>>.json
root_folder_id = 1mASnniyA7M7Qredacted

[dst001]
type = drive
scope = drive
service_account_file = D:/AutoRclone-master/accounts/00615a4d3872954ba3ca2b91f1d68ccb26cc???.json
root_folder_id = 1KSeFq3vgw2JJTWoh_redacted

A log from the command with the -vv flag

Uhh, I'm not sure about this as this is more of a python command.

That error means that the rclone remote control is not running.

You'd want to check with whatever the rclone_sa_magic thing is to see what it is doing.

Yeah..... I redid everything again today
Which means I downloaded latest rclone 1.52
And redid things.
It worked...its copying but after copying Its still showing the same message...
Problem solved but the msg is still displayed..just saying

We can help but don't have any idea what some custom python script contains. You'd need to share the rclone command and the debug for us to help.

Good luck!

1 Like

Really thanks but as I said, the problem is solved now.

You said it is working but the error message still remains so doesn't seem solved.

If you have a question on the tool you are using, you can always open an issue with the maintainer:

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