Buggy rclone to list remote? [Solved]

What is the problem you are having with rclone?

With the drive mounted remotely, I can't list the content, but I can create content remotely. Using crpt, the same problem also occurs I can create but I can't list.

Video containing the information

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

rclone v1.59.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-1017-oracle (aarch64)
- os/type: linux
- os/arch: arm64
- go/version: go1.18.5
- go/linking: static
- go/tags: none

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

Drive and crypt

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

rclone ls jelly:/

The rclone config contents with secrets removed.

[jelly]
type = drive
client_id = cccccccccccccc
client_secret = cccccccccccccc
scope = drive
token = {"access_token":"aaaaaaaaaaa","token_type":"Bearer","refresh_token":"aaaaaaaaaaaaaa","expiry":"2022-09-08T13:31:23.948613081-03:00"}
team_drive = bbbbbbbbbb
root_folder_id = 

[jelly-crypt]
type = crypt
remote = jelly:/
password = xxxxxxxxxxxxxxxxxxxxxxx
password2 = xxxxxxxxxxxxxxxxxxxxxxx

in the video, you create dirs but did not create any files.

rclone ls will output a list of files
rclone lsd will output a list of directories

might try

rclone lsd jelly:
rclone touch jelly:file.ext
rclone ls jelly:
1 Like

I don't mix, I'm just showing it's not working well.

After I mounted it with fuse, ls started to work, but it was to list without using fuse

did you see my last post?

I'm sorry, I was using rclone version 1.53 and it seems that the way of listing has changed.

You even edited the post, I only saw it later. Thanks!

yeah, sorry for the confusion, but good, we got it working now.

1 Like

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