Failed to create file system for "google-drive:LinuxDrive":

Failed to create file system for "google-drive:LinuxDrive":

What is the problem you are having with rclone?

What is your rclone version (output from rclone version)

rclone v1.55.1

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

ArchLinux

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)

/usr/bin/rclone copy --update --verbose --transfers 30 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s "/home/friza/GoogleDrive" "google-drive:LinuxDrive"

The rclone config contents with secrets removed.

[freeman_gdrive]
type = drive
scope = drive
token = {"access_token":"","expiry":"2021-07-12T15:29:02.315873839+02:00"}
root_folder_id = GoogleDrive

A log from the command with the -vv flag

Paste  log here

hello and welcome to the forum,

with rclone, you have to use the name of the remote that is in the config file.
and the name of the remote is freeman_gdrive, not google-drive

Wow, thank you so much for the assistance. That was quick. It worked wonders. thank you very much

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