Google Drive Setup for Remote Server

Good Morning,

EDIT: Ignore that, have not read the instruction properly. Its working now. Thanks a lot for your great tool! :slight_smile:

i'm looking for help to get a local folder synched to Google Drive from a Remote Server (... e.g. some virtual host).

The setup description is quite self explanatory, but in one step I'm failing:

If your browser doesn't open automatically go to the following link: http_127.0.0.1:53682/auth
Log in and authorize rclone for access

As I don't have any possibility to open a HTTP connection to this address, I cannot authorize rclone for accessing google drive.

Is there any other way available for obtaining the token? (I already tried it with those service accounts, but this was not working.) I followed the steps described here: rclone.org_drive/#service-account-support, but probably not possible as the used google account is no GSuite Account?

debian@debian:~$ rclone ls --drive-impersonate blogdde@googlemail.com GoogleDrive:
2020/11/13 09:36:56 Failed to create file system for "GoogleDrive:": couldn't find root directory ID: Get https_www.googleapis.com/drive/v3/files/root?alt=json&fields=id&prettyPrint=false&supportsAllDrives=true: oauth2: cannot fetch token: 401 Unauthorized
Response: {
"error": "unauthorized_client",
"error_description": "Client is unauthorized to retrieve access tokens using this method, or client not authorized for any of the scopes requested."
}

I would appreciate any help!

Thanks a lot,

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