Not working with google drive?

What is the problem you are having with rclone?

rclone lsd remote: not working after setting up a Google Drive remote

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

rclone v1.59.0-DEV

  • os/version: arch "rolling" (64 bit)
  • os/kernel: 5.18.1-arch1_testHoloISO_20220606.1811 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.18.3
  • go/linking: dynamic
  • go/tags: none

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 lsd remote:
rclone ls remote:

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = REDACTED
client_secret = REDACTED
scope = drive
token = {"access_token":"REDACTED","token_type":"Bearer","refresh_token":"REDACTED","expiry":"2022-06-24T19:31:26.640764112-04:00"}
team_drive = 

A log from the command with the -vv flag

Failed to create file system for "remote:": didn't find section in config file

hello and welcome to the forum,

the name of the remote you created is gdrive
so try
rclone lsd gdrive:

fwiw, that is some beta, dev, custom compiled version of rclone

the only way to get the official latest, stable rclone, v1.58.1 is
https://rclone.org/downloads/#script-download-and-install

Ok, the docs said "drive:" so I used that, guess they need correcting?

That version was the one I found in AUR. First troubleshooting step, try a later version. :slight_smile:

Now I just have to figure out how to sync (bidirectionall) a single branch of it. DOn't want the whole thing to sync. I'm sure that's manageable though.

https://rclone.org/commands/rclone_bisync/

Yep, got it all set. It's complicated by the fact that my OS of choice (HoloISO) doesn't have cron installed and relies on systemd timers instead, which is much more complicated. May want to update the cron documentation to cover systemd timers, or at least tell people to use a translator utility (AUR has a couple but I forced myself to learn them for the future).

you are welcome to:
--- propose updated documentation
--- start a new topic, using the "howto guide" category

I'll do that, thanks

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