とらりもんHOME  Index  Search  Changes  Login

とらりもん - Google Drive Diff

  • Added parts are displayed like this.
  • Deleted parts are displayed like this.

!Google Drive

! !! GoogleDriveをUbuntuのファイルシステムにマウントする:
# https://github.com/astrada/google-drive-ocamlfuse
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update
sudo apt upgrade
sudo apt install google-drive-ocamlfuse
google-drive-ocamlfuse  # → ブラウザでいろいろ聞かれる。
mkdir ~/GoogleDrive

google-drive-ocamlfuse ~/GoogleDrive/
ls GoogleDrive/

! !! 共有アイテムへのアクセス:
ls GoogleDrive/.shared/

!!!Google !!Google drive #This can be too heavy on your directry...
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt-get update
sudo apt-get install google-drive-ocamlfuse
google-drive-ocamlfuse

#for mount
mkdir ~/GoogleDrive
google-drive-ocamlfuse ~/GoogleDrive

#for automatic connecting.
#in the gnome-session-properties「自動起動するアプリケーション」
name : google-drive-ocamlfuse
command : google-drive-ocamlfuse /home/UserName/GoogleDrive

#for unmount
fusermount -u ~/googledrive

!!!Drop box! Dropbox
sudo apt install nautilus-dropbox
dropbox start -i