From a53240426ab1faad73c7a9d3067a34f5e7ed3afe Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sun, 6 Jan 2019 18:54:32 -0600 Subject: [PATCH 1/4] added all requirements to requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 704bcd5..add1b49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ -google-api-python-client \ No newline at end of file +google-api-python-client +oauth2client +tzlocal \ No newline at end of file From 0cba15b6b3cb72b32fdcf9880cc92602a39b4531 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sun, 6 Jan 2019 18:57:47 -0600 Subject: [PATCH 2/4] Update 'README.md' --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f6cdc4..2b11cdf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# google_api_wrapper +# Google API Wrapper +Simple wrapper around the google-python rest api aiming to make interaction with google services. +## Todo +* Stop using oauth2client since it is deprecated +* Completely test all drive functionality From de63a3871564e2b3f1faaa5f9c211e388358bc1f Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sun, 6 Jan 2019 18:58:36 -0600 Subject: [PATCH 3/4] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b11cdf..c3f3812 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Google API Wrapper -Simple wrapper around the google-python rest api aiming to make interaction with google services. +Simple wrapper around the google-python rest api aiming to make interaction with google services easy and intuitive as possible. ## Todo * Stop using oauth2client since it is deprecated * Completely test all drive functionality From 384c0270d4ea69f8bb8ae1e65341940a32509558 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 29 Jan 2019 12:36:55 -0600 Subject: [PATCH 4/4] removed magic dependancy --- gapi/drive_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gapi/drive_api.py b/gapi/drive_api.py index 5aef2be..c7a02b4 100644 --- a/gapi/drive_api.py +++ b/gapi/drive_api.py @@ -1,4 +1,4 @@ -from magic import from_file +# from magic import from_file from gapi.api import API from posixpath import join as pathjoin from googleapiclient.http import MediaFileUpload