FUSE Google Drive client in go
Find a file
2021-01-01 11:51:36 -08:00
gdrive Switch to vanity url 2021-01-01 11:51:36 -08:00
gfs Switch to vanity url 2021-01-01 11:51:36 -08:00
.editorconfig Initial implementation 2020-04-27 08:20:03 -07:00
.gitignore Initial implementation 2020-04-27 08:20:03 -07:00
config.go Switch to vanity url 2021-01-01 11:51:36 -08:00
daemon.go Add daemon for mount 2020-05-02 19:50:34 -07:00
flags.go Add daemon for mount 2020-05-02 19:50:34 -07:00
go.mod Switch to vanity url 2021-01-01 11:51:36 -08:00
go.sum Update dependencies 2020-05-31 17:32:55 -07:00
http_client.go Initial implementation 2020-04-27 08:20:03 -07:00
LICENSE Initial commit 2020-04-19 22:42:44 -07:00
main.go Switch to vanity url 2021-01-01 11:51:36 -08:00
oauth.go Initial implementation 2020-04-27 08:20:03 -07:00
README.md Fix UID, GID and Getattr/Setattr 2020-05-02 14:11:10 -07:00

godrive-fuse

FUSE Google Drive client in go

CURRENT STATE: BARELY USABLE

Currently it's still in early age and rapid development. It might cause you to lose data. THERE ARE DRAGONS. You have been warned. Use at your own risk.

Currently supported features:

  • ls
  • read files
  • rmdir
  • mkdir
  • create new files