Google Drive - Copy shared with me files to team drive help

What is the problem you are having with rclone?

I am new to this program and what i need help with is how to transfer files from shared with me folder to gdrive team drive on the same account using rclone without using my internet upload. The files are about 70gb so i dont need to worry about daily limit of google. I just need someone to explain to me with a tutorial or something on how can i do this.

What is your rclone version (output from rclone version)

v.1.55.0

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

windows 10

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)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

Something like this

Use rclone to find the shared files first (this assumes your remote is called drive)

rclone lsf drive,shared_with_me:

Once you've found them, copy them to your drive

rclone copy -v drive,shared_with_me:shared_files drive:unshared_files --drive-server-side-across-configs

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