Questions tagged [google-drive]

Google Drive is a file storage and synchronization service, which enables user cloud storage, file sharing and collaborative editing. It includes Google Docs, an office suite of productivity applications, that offer editing on documents, spreadsheets, presentations, etc.

52 questions
78
votes
12 answers

Mount Google Drive in Linux?

Now that Google Drive is available, how do we mount it to a Linux filesystem? Similar solutions exist for Amazon S3 and Rackspace Cloud Files.
blee
  • 1,322
  • 2
  • 11
  • 14
20
votes
3 answers

Mount google drive on command line using gvfs-google

Recently, Arch linux ships gvfs-google package in order to mount Google Drive using Gnome Online Accounts (gvfs-goa). However, since I am using Cinnamon desktop rather than Gnome, it seems that this integration does not properly work. As of now I…
Florian
  • 313
  • 1
  • 2
  • 6
5
votes
2 answers

How to access Google Drive from the command line using shell in ChromeOS?

Is it possible to have command-line access to Google Drive from the crosh shell? Conceivably, something like: cd ~/'Google Drive' In my current environment Developer is enabled so I've got root access to ChromeOS. The Files App is a useful GUI, but…
jeffmcneill
  • 261
  • 3
  • 10
5
votes
2 answers

Easiest way to mount Google Cloud Storage in CentOS

We use CentOS for some hosting projects, but not very expertise with systems. We pretend to use a main CentOS box to mount an "unlimited" Google Cloud Drive and then share it via NFS to the rest of computers on the VPN. We already have gsutil…
KeyJey
  • 51
  • 1
  • 1
  • 3
4
votes
1 answer

Can you navigate GNOME Google Drive with terminal?

I'm setting up my new System76 machine with Pop!_OS, which allowed me to login with Google Drive with GNOME, however (as mentioned here), if you navigate through the GUI file browser to terminal, they're all nonsense…
Azor Ahai -him-
  • 203
  • 3
  • 8
4
votes
3 answers

Downloading large folder from Google Drive

I want to write a script to download this folder from Google Drive. The script is aimed for non-expert UNIX users so I don't want to use more than curl or wget.  I've seen solutions with the fileid, but I cannot manage to get the fileid in my…
Heko
  • 41
  • 1
  • 1
  • 2
3
votes
0 answers

Google drive bash to move / copy google-based file: Operation not permitted

Does anyone of you know how (and if) i can use cp mv to move google-based file (.gsheet .gdocs etc) within the /Volumes of Google drive? mv website\ 4.gslides website\ 42.gslides mv: cannot move 'website 4.gslides' to 'website 42.gslides': Operation…
EsseTi
  • 131
  • 3
2
votes
1 answer

Unable to navigate to local google drive sync files in Linux Mint

I am using linux mint 20.1 Cinnamon. I have turned on google account in online account setting for google drive syncronisation. So in my folder explorer, there is an entry under networks relating to my google account that I signed into. It shows the…
jeea
  • 133
  • 3
2
votes
1 answer

How to write a script to move files with a specific name from folder "A" to folder "B" in my Google drive?

How can I write a script that moves files with a certain name from a certain folder to another certain folder in my Google drive? Example: I have a folder named 'A' with three files named 'X', 'Y', and 'Z'. I want to move the file 'X' out of that…
2
votes
4 answers

Download google drive folder's file via wget

I want to download google drive folders file via wget how it is possible? I have folder version in google drive and in that version folder all version apk file of my mobile app. Folder tree like this Version : -> mobileapp1.apk ->…
LOKESH
  • 465
  • 2
  • 5
  • 8
1
vote
0 answers

Firefox Does not read keyboard on google drive sites

Sites like google docs, sheets, slides, drive do not read the keyboard input but the keyboard works on other sites. All google apps work in Chromium. Linux Mint 21.1
1
vote
1 answer

Using Google Ocamlfuse to mount a Google drive without root user being able to see files

I have a server with a lot of unused processing power. I have a friend who does some modeling, calculations, etc., and would like to invite him to use my server. However, I want to give him assured privacy that I cannot view his data. I know that…
1
vote
0 answers

Invalid characters replace using VIM

In my file due to some reasons some invalid characters are coming making it very huge file. Sample below of one line. I am not sure where these characters are coming from(I am using google drive online text editor). Please help me to find and…
1
vote
0 answers

Copying Google Files in Drive Using Terminal

I use the terminal on Mac OSX to navigate my personal Google Drive folder. I stream files to my machine. I can navigate my files find, but have found that I cannot copy (cp) files. Is anyone aware of any documentation that can help me figure out…
AlifUnseen
  • 11
  • 1
1
vote
1 answer

Shell script runs manually, but doesn't behave as expected when started by systemd

I'm trying to get google-drive-ocamlfuse to mount on Fedora 35 Linux at startup. I've installed opam and successfully installed google-drive-ocamlfuse. Because this is on a laptop using WiFi to connect to the Internet, I created a bash script to run…
user260467
  • 111
  • 3
1
2 3 4