talesam
(Tales A. Mendonça)
September 8, 2022, 4:03pm
1
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
asdffdsa
(jojothehumanmonkey)
September 8, 2022, 4:11pm
2
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
talesam
(Tales A. Mendonça)
September 8, 2022, 4:14pm
3
I don't mix, I'm just showing it's not working well.
talesam
(Tales A. Mendonça)
September 8, 2022, 4:16pm
4
asdffdsa:
rclone ls jelly:
After I mounted it with fuse, ls started to work, but it was to list without using fuse
asdffdsa
(jojothehumanmonkey)
September 8, 2022, 4:20pm
5
did you see my last post?
talesam
(Tales A. Mendonça)
September 8, 2022, 4:24pm
6
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!
asdffdsa
(jojothehumanmonkey)
September 8, 2022, 4:25pm
7
yeah, sorry for the confusion, but good, we got it working now.
1 Like
system
(system)
Closed
September 11, 2022, 4:26pm
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.