Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 597 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 597 Bytes

Google Drive File System

System

Ubuntu/OSX

Required

  1. Go >= 1.8.3

    You can find go install instruction here

  2. Make sure you can cross the GFW

Installation

Here’s how to get going:

go get github.com/gjc13/gdfs
go get bazil.org/fuse

Usage

  1. You should get your client_secret.json by following Step1

  2. Build

go build ./fuse/gdfs.go
  1. Run
mv /path/to/client_secret.json ./fuse/
./fuse/gdfs /path/to/mountpoint
  1. Have fun!