Categorygithub.com/Eun/gdriver
repositorypackage
0.0.0-20230613142936-5ce02438cd0d
Repository: https://github.com/eun/gdriver.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

GDriver

A golang implementation to access google drive by using traditional file-folder-path pattern.

    f, _ := os.Open("image1.jpeg")
    gdrive.PutFile("Holidays/image1.jpeg", f)
    gdrive.Delete("Pictures/Old Apartment Images")

Example