googleDriveOcamlfuse
astrada/google-drive-ocamlfuse: FUSE filesystem over Google Drive
#fuse 現在は、 rcloneを使ってる。
これがGoogle Driveのsyncツールとしては本命
複数アカウントに対応して、Shared Driveにも対応らしい。使ってないけど。
installation
冒頭のリンクに説明ある。aptのrepositoryを追加して、atp-getで入れる。
Configuration · astrada/google-drive-ocamlfuse Wiki
fuseとは。
FUSE (Filesystem in Userspace) is an interface for userspace programs to export a filesystem to the Linux kernel. #kernel
libfuse/libfuse: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface
Google Sheetsと csvの出し入れ
これができないと頑張る意味ない。
google sheet上は odsファイル cpしてきて、csvにしたい。
gnumericを使った。
Download
$ ssconvert -T Gnumeric_stf:stf_csv hello.ods hello.csv
以下で exporterに一覧 Gnumeric_OpenCalc:odf, openofficeは、上手くいかなかった。
$ ssconvert --list-exporters
Upload
変換方式がわからん。csvのまま挙げて、Google Drive上で、Google Sheetsに変換する。....
参考
Ubuntu に Google ドライブをマウントする : まだプログラマーですが何か?
Ubuntu(他Linux)で Googleドライブ を使う方法アレコレまとめ | mogi2fruitsどっとねっと