Rclone copy without Rclone Browser

hey,
Someone who can come up with a specific example of copy between two google teamdrev that will run without Rclone Browser as this does not support this.

rclone copy source:source path dest:dest path

What should be written after source: and what after dest:

Thanks

Set the two teamdrives up as separate remotes, say teamdrive and teamdrive2

You then do

rclone copy teamdrive1:sourcepath teamdrive2:destpath

Where sourcepath is the path to the folder (or file) you want copying and destpath is the destination folder. Both sourcepath and destpath can be empty.

How to choose Google an one of the Unlimited drives under that account and copy them to Team Drive 1 or Team Drive 2

C:\Rclone\rclone-v1.39-129-g846bbef1-windows-amd64>rclone config
Current remotes:

Name Type
==== ====
Google drive
Teamdrev 1 drive
Teamdrev 2 drive
USB HDD drive

C:\Rclone\rclone-v1.39-129-g846bbef1-windows-amd64>rclone lsd Google:
-1 2017-12-25 22:38:40 -1 Google Unlimited Storage 0
-1 2017-12-25 20:50:04 -1 Google Unlimited Storage 1
-1 2017-12-25 20:51:55 -1 Google Unlimited Storage 2
-1 2017-12-25 20:53:03 -1 Google Unlimited Storage 3
-1 2017-12-25 20:54:37 -1 Google Unlimited Storage 4
-1 2017-12-25 23:05:15 -1 Google Unlimited Storage 5
-1 2018-01-28 18:14:07 -1 My Drev

The full command?

if you have more than 250,000 files or more than a maximum subdirectory depth of 20, I recommend against the usage of team drives.
https://support.google.com/a/answer/7338880

It appears as a directory does it? Then

rclone copy "Google:  Google Unlimited Storage 0" "Teamdrev 1:"

should do it.

You appear to have named your remotes with spaces in - I recommend you don’t otherwise you’ll have to quote them all in the shell.