Rclone remote showing all directories but no files

What is the problem you are having with rclone?

rclone shows all the directories in the remote but no files at all. Said files all show up using Google Drive File Stream and Google Drive's Web UI.

What is your rclone version (output from rclone version)

rclone v1.45

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

os/arch: linux/arm

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)

rclone mount --allow-other --vfs-cache-mode off --daemon gsuite: /srv/gsuite

The rclone config contents with secrets removed.

[gsuite]
type = drive
client_id = <CLIENT_ID>
client_secret = <CLIENT_SECRET>
scope = drive
auth_owner_only = false
use_trash = true
skip_gdocs = false
trashed_only = true
token = <TOKEN>

Any other info that may be needed will be provided, instructions on how to get said info would be appreciated.

trashed_only = true

Tells rclone to just look in your trash. Is that what you're trying to do?

So that was my problem... Thanks for the help and sorry for presenting such a noobish mistake... I had been redoing my config several times for 3 or 4 days, trying to fix this and it's finally working...

I think any other problems I might currently have are probably permission related and if necessary I will open a new topic.

Again, thank you very much.

1 Like

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