Skip to content
/ gdwrap Public

This is a wrapper library for Google Drive REST API

License

Notifications You must be signed in to change notification settings

nabeen/gdwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdwrap

This is a wrapper library for Google Drive REST API.

Usage

First, install gdwrap by pip.

pip install gdwrap

Second, import your script.

from gdwrap.Gdwrap import Gdwrap

And, Init in your script.

gd = Gdwrap(KEY_FILE, CREDENTIAL_FILE)

You can see usage sample code below.

./sample/*.py

About

This is a wrapper library for Google Drive REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages