Skip to content

Instantly share code, notes, and snippets.

@regonn
Created May 19, 2018 11:09
Show Gist options
  • Select an option

  • Save regonn/acfc325b5b18c66ef75d44139aa4dfaa to your computer and use it in GitHub Desktop.

Select an option

Save regonn/acfc325b5b18c66ef75d44139aa4dfaa to your computer and use it in GitHub Desktop.
google colaboratory box davfs2
# 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