While copying files from Shared with me(not the Shared Drive) to Team Drive(Shared Drive) I used this command:
rclone copy -P --checksum --fast-list --transfers=10 -vv --drive-server-side-across-configs=true --drive-shared-with-me gdrive:sharedfolder teamdrive:fold1/fold2/fold3
This created a directory structure with sharedfolder in fold3 (teamdrive was empty before)
But when I ran the same command again, it created a duplicate subdirectory structure. So now there are two folders named fold1 in the Team Drive with same contents.
Using the same command (without the --drive-shared-with-me
flag) for copying between drive/teamdrive works fine(it syncs)
Is this a rclone issue or am I messing something up?
Also I was wondering if there's a way to copy contents of a folder between google drives using folder ID's instead of typing folder path's for src & des?
rclone v1.51.0
- os/arch: windows/amd64