Gdrive team drive to team drive

What is the problem you are having with rclone?

I have read access to my friend's team drive from which I want to transfer some small files into my own team drive. I was wondering if there is a way I can navigate to my friend's team drive, copy the URL as the source, then copy my destination's folder URL and supply to rclone to initiate a server-side copy. I am also confused as to if I had to add my friends team drive as a remote or just supplying link would be enough

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 Pro 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)

I'm confused as to what my command is supposed to be

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

N/A

You need to add your friend's TD as Source, and you own TD as Destination. 2 remotes.

You can also use --drive-server-side-across-configs to make server side copy, w/o using own bandwith.

1 Like

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