Failed when making oauth client --> Google Drive Raspberry Pi

What is the problem you are having with rclone?

I am trying to setup rclone on my raspberry Pi. Config file seems ok.
Using rclone to get csv from the raspberry Pi to GDrive

What is your rclone version (output from rclone version)

v1.51.0

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

Raspbian

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 ls --max-depth 1 gdrive:

Using this guide to setup -- https://medium.com/@artur.klauser/mounting-google-drive-on-raspberry-pi-f5002c7095c2

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

rclone: Version "v1.51.0" starting with parameters ["rclone" "-vv" "ls" "--max-depth" "1" "gdrive:"]
Using config file form "/home/pi/.config/rclone/rclone.conf"
Failed to create file system for "gdrive:": drive: failed when making oauth client: error opening service account credentials file: open n: no such file or directory

Looks like your config file is bust somehow.

You could try remaking it? Or open it in a text editor and take a look. Find the config file by running rclone config file

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