The main cloud services don’t even work natively (GoogleDrive, OneDrive, iCloud) basically the only mainstream choice is Dropbox. I tried to use Google Drive in Mint, and it’s a pain to get it to work, and usually it stops working after computer restarts.

Someone has a recommendation about how to handle these services?

  • Skull giver@popplesburger.hilciferous.nl
    link
    fedilink
    arrow-up
    7
    ·
    11 months ago

    I went to Online Accounts, clicked the add button, logged in to Google, Microsoft, and NextCloud, and everything just worked.

    How well it works depends on the distro and setup you pick. I’ve never really had trouble with Gnome’s setup and I believe KDE has a very good setup flow as well. I don’t know what Mint/Cinnamon does different.

    This is the setup flow I’ve gone through, but in Gnome instead of Cinnamon: https://linuxhint.com/mount_google_drive_linux_mint/

    If that doesn’t work, something may be broken or missing on your install. What kind of errors are you getting when it “stops working after computer restarts”?

    • desconectado@lemm.eeOP
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      Yeah, that works as intended, what I meant is to have offline files, (full on sync folders) not only the virtual disc mounted. I work with lots of scripts (MATLAB) and the speed is significantly slower for virtual files.

      • Skull giver@popplesburger.hilciferous.nl
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        I see, IOPS may be network limited I suppose. In that case there are other tools that would use the folders on your PC as storage and sync it to GDrive (mostly backup tools) but they’re almost all command line tools. NextCloud and Seafile have sync clients that work like you’re expecting, I think Google’s GDrive client did as well but Google killed that.

        However, if you’re writing scripts and other code, I recommend looking into version control rather than synchronising these files over Drive. Git and friends is much more suitable for this stuff, plus you get the ability to quickly go back to an earlier version of your files if you ever make a mistake.