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.