Skip to content

drive: Rclone cannot see all files/folder in public shared folder #3632

@xyou365

Description

@xyou365

What is the problem you are having with rclone?

I want to copy files to my Google Drive by using the folder id of one publicly shared folder. But find that only part of files/folder can be seen by rclone. The way I use folder id is by creating one item in rclone.conf like this,

[src001]
type = drive
scope = drive
service_account_file = C:/AutoRclone/accounts/1.json
root_folder_id = 1OqnIlrj4BRgPcbFYRJTxIBSi7quzjax8

I have run rclone --config rclone.conf lsd src001:. It seems okay because all folders are listed.
But when run 3 times rclone --config rclone.conf size src001:

Total objects: 669
Total size: 19.793 GBytes (21252837599 Bytes)

Total objects: 659
Total size: 21.840 GBytes (23450518799 Bytes)

Total objects: 354
Total size: 22.185 GBytes (23820911775 Bytes)

it prints different size in different run.

After some discussion, find that means that --fast-list on Google Drive backend has a bug.

Details of this wacky situation and some more discussion are on forum.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions