Getting weird error and idk how to fix

What is the problem you are having with rclone?

im getting the error Failed to create file system for "crypt-gdrive:": didn't find section in config file

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

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

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
--> yes

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)

sudo systemctl start gdrive.service

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = 
client_secret = 
scope = drive
token = {"access_token":">
team_drive =

[gdrive-crypt]
type = crypt
remote = gdrive:crypt
password = >
password2 = >

A log from the command with the -vv flag

i dont know what im meant to do here

hi,

"crypt-gdrive:": didn't find section in config file

looks like a simple typo
based on the config file, the correct name of the remote is gdrive-crypt:

so in the service file
crypt-gdrive: /mnt/cloud
should be
gdrive-crypt: /mnt/cloud

thank you!!!!!!!!

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