This is a wrapper library for Google Drive REST API.
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