I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.

Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.

Do Linux users just not use Drive?

  • @[email protected]
    link
    fedilink
    26
    edit-2
    10 months ago

    If you use GNOME DE you go to the online accounts dialog, click Google and setup with your credentials, it adds GDrive to Nautilus, integrates gmail and calendar into evolution client.

  • @geekworking
    link
    1310 months ago

    Not free, but I have been using Insync for years and it works well. $30 one time cost, but worth it.

    • Mactan
      link
      fedilink
      210 months ago

      I got a free key from a friend and insync has always worked well for me

  • @dustyData
    link
    4
    edit-2
    10 months ago

    My google drive is just a special folder on my file explorer. My account is configured with the system account manager. It shows me all my Drive files and when I want to open one it automatically downloads and opens the file seamlessly as if it were in my PC. If I create, move or change folders, add new files, etc. It automatically syncs it with my Drive.

    This is on Linux Mint with Cinnamon DE.

    • @StefanT
      link
      310 months ago

      I use Gnome but Cinnamon and Gnome are not that different in that topic IIRC. I have to mount the remote folder via file manager (Nautilus) then I can access the files in Code.

        • @[email protected]OP
          link
          fedilink
          210 months ago

          Hmm. It’s not working in Manjaro for me. Is it as easy as just opening any other folder? I have Drive added in KDE and can see my files but I cannot add a folder from drive in Codium.

          • jan teli
            link
            210 months ago

            I’m not sure about kde sorry-- I’m using it in fedora w/gnome

      • @dustyData
        link
        English
        2
        edit-2
        10 months ago

        My guess is no, since the folder is a magical protocol address that I assume VScode/codium wouldn’t understand for they insist on handling the directory hierarchy directly. Haven’t really troubleshoot that workflow though. I use exclusively Git with GitHub/GitLab. So there’s no need for GDrive with an IDE for me. My Drive is exclusively for personal files which most other Linux-as-a-first-class-citizen applications (LibreOffice, PDF readers, photo viewers and editors) just use as the OS gives it to them without issue.

        ADD: I would imagine there’s an additional complication depending on whether Codium is running from repository or Flatplak.

  • @[email protected]
    link
    fedilink
    410 months ago

    That seems strange regarding rclone. I’ve used that with success with G drive, backblaze B2, and I drive e2. Any errors or logs you can see?

  • @the_q
    link
    4
    edit-2
    9 months ago

    deleted by creator

  • @[email protected]
    link
    fedilink
    4
    edit-2
    10 months ago

    I’ve used it in the past with rclone, just mounting it with a systemd service on boot, and treating it like another folder on the system. Does it give you any logs as to why its not connecting right?

  • mozz
    link
    fedilink
    210 months ago

    Is gcs-fuse not suitable? I haven’t used this but I would guess that it works fairly well.