Rclone with rasperry pi

What is the problem you are having with rclone

lam a newbie to rclone. I did gave client-id and client-code properly. Iam using mobaXterm SSH client to access the rpi. Iam unable to authenticate the OAuth as it says 127.0.0.1 not found. Not at all redirecting to auth.
Says page not found
On previous versions, I used the google link to authenticate. now its blocked due to security updates
Any help here???!!!

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

1.59.0 beta version

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 config

This is the last one


2022/03/19 07:28:28 NOTICE: Make sure your Redirect URL is set to "http://127.0.0.1:53682/" in your custom config.
2022/03/19 07:28:28 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=************************
2022/03/19 07:28:28 NOTICE: Log in and authorize rclone for access
2022/03/19 07:28:28 NOTICE: Waiting for code...

hello and welcome to the forum,

what version of rclone, need to post the output of rclone version?
best not to use the beta version, use the stable

for rclone config to create a remote for gdrive, need to ues a web browser for oauth.
so if the pi is headless, need to follow the instructions here

or run rclone config on the machine running mobaXterm SSH client, and copy the config file from that machine to the pi.

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