From a1f5b1bab18cd943a18dedca10ebdf229c5f04fb Mon Sep 17 00:00:00 2001 From: dimitri Date: Tue, 22 Aug 2017 18:53:14 +0100 Subject: [PATCH 1/3] added drive scope --- bigquery/google/cloud/bigquery/client.py | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bigquery/google/cloud/bigquery/client.py b/bigquery/google/cloud/bigquery/client.py index 52c462240097..09e680013ebd 100644 --- a/bigquery/google/cloud/bigquery/client.py +++ b/bigquery/google/cloud/bigquery/client.py @@ -74,7 +74,8 @@ class Client(ClientWithProject): """ SCOPE = ('https://www.googleapis.com/auth/bigquery', - 'https://www.googleapis.com/auth/cloud-platform') + 'https://www.googleapis.com/auth/cloud-platform', + 'https://www.googleapis.com/auth/drive') """The scopes required for authenticating as a BigQuery consumer.""" def __init__(self, project=None, credentials=None, _http=None): diff --git a/setup.py b/setup.py index 9bc227dad883..99fe046c8264 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( name='google-cloud', version='0.27.0', - description='API Client library for Google Cloud', + description='API Client library for Google Cloud. Patched version.', long_description=README, install_requires=REQUIREMENTS, **SETUP_BASE From 535e55da2c42dd7a9559bff7b257507d808d990b Mon Sep 17 00:00:00 2001 From: dimitri Date: Wed, 23 Aug 2017 09:38:05 +0100 Subject: [PATCH 2/3] changed package name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99fe046c8264..2b8937dd0aab 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ ] setup( - name='google-cloud', + name='google-cloud-monzo', version='0.27.0', description='API Client library for Google Cloud. Patched version.', long_description=README, From 19480b0b6f058e0f338c20d36d03c3836767dbf6 Mon Sep 17 00:00:00 2001 From: dimitri Date: Wed, 23 Aug 2017 11:08:11 +0100 Subject: [PATCH 3/3] reversed name change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b8937dd0aab..99fe046c8264 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ ] setup( - name='google-cloud-monzo', + name='google-cloud', version='0.27.0', description='API Client library for Google Cloud. Patched version.', long_description=README,