Ubuntu/OSX
-
Go >= 1.8.3
You can find go install instruction here
-
Make sure you can cross the GFW
Here’s how to get going:
go get github.com/gjc13/gdfs
go get bazil.org/fuse
-
You should get your client_secret.json by following Step1
-
Build
go build ./fuse/gdfs.go
- Run
mv /path/to/client_secret.json ./fuse/
./fuse/gdfs /path/to/mountpoint
- Have fun!