Manually set the mount size for Google Team Drives

What is the problem you are having with rclone?

Mounting Google Team Drives gives the total size of my Google Drive instead so I can't copy larger files to my Team Drive.

What is your rclone version (output from rclone version)

1.53.2

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

Windows 10 Pro 64bit

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

rclone mount Gdrive: --drive-root-folder-id MASKED X: --vfs-cache-mode full -vv

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

You need to use --drive-team-drive (https://rclone.org/drive/#drive-team-drive) to specify the team drive ID instead of --drive-root-folder-id to get the proper size of the drive (effectively unlimited).

1 Like

Thanks ! That working perfectly!

1 Like

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