Created
May 19, 2018 11:09
-
-
Save regonn/acfc325b5b18c66ef75d44139aa4dfaa to your computer and use it in GitHub Desktop.
google colaboratory box davfs2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # execute this to activate box strage | |
| !apt-get install davfs2 | |
| !echo https://dav.box.com/dav [BOXのEmail] [BOXのパスワード] >> /etc/davfs2/secrets | |
| !mkdir /content/box_dir | |
| !mount -t davfs https://dav.box.com/dav/ /content/box_dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment