About command and Google shared drive

What is the problem you are having with rclone?

I'm trying to get informations about a shared drive utilizaion using rclone about my-shared-drive:. I apologize if that has been asked allready, but I can't find the information on the forum.

According to the backend capabilities, Google Drive should support this, but with a shared drive I've got an empty response.

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.0
- os/version: slackware 15.0+ (64 bit)
- os/kernel: 5.19.14-Unraid (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.2
- go/linking: static
- go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Google Drive shared drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone about my-shared-drive:

The rclone config contents with secrets removed.

[my-shared-drive]
type = drive
client_id = **redacted**
client_secret = **redacted**
scope = drive
service_account_file = **redacted**
team_drive = **redacted**
root_folder_id =

A log from the command with the -vv flag

2022/10/30 11:21:56 DEBUG : rclone: Version "v1.60.0" starting with parameters ["gclone" "-vv" "about" "my-shared-drive:"]
2022/10/30 11:21:56 DEBUG : Creating backend with remote "my-shared-drive:"
2022/10/30 11:21:56 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/10/30 11:21:56 DEBUG : Google drive root '': read info from Shared Drive "my-shared-drive"
2022/10/30 11:21:56 DEBUG : 6 go routines active

Shared drives don't support about.

You can use rclone size my-shared-drive: if you want a report on objects and sizes though. This may be quite slow as it iterates everything on the drive.

In fact I was looking to use an union with an lno policy, so I suppose it isn’t possible with shared google drive. Thanks for your answers!

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