Skip to content

gjc13/gdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Sync google drive to local fs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages