Eli the Bearded <*@
eli.users.panix.com> [EtB]:
EtB> Anyone doing something like this? Using Google Drive as a filesystem
EtB> instead of as a thing in a browser?
EtB>
EtB> Comments anyone?
Check whether you can access your google drive using the WEBDAV
protocol, in which case you could use any command line client such as
'cadaver'. It works nicely with most similar services (eg.
box.com)
Google drive webdav support used to require some third party software
or third party bridge service (eg.
https://www.multcloud.com), but
things may have changed since the last time I checked.
Alternatives:
- drive: a client written in Go (
https://github.com/odeke-em/drive)
- the 'grive' package (v2.0+, older versions no longer work due
to google API changes)
- rclone: sync files and directories to and from cloud services
(
https://github.com/ncw/rclone)
GNOME 3.18 and newer (Ubuntu 16.10 and later) supposedly has built-in
support for google drive (packages: gnome-control-center
gnome-online-accounts), but I haven't used it yet.