GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

Import fails since oauth2client update. #21

Closed RobertAtomic closed 6 years ago

RobertAtomic commented 8 years ago

It seems that there has been a breaking change to oauth2client (#401) that is affecting gcs-oauth2-boto-plugin. Pinning oauth2client to 1.5.2 seems to fix it, but presumably gcs-oauth2-boto-plugin should be updated to use the new hotness.

doczoidberg commented 8 years ago

did you found a solution other than downgrading?

RobertAtomic commented 8 years ago

No, I pinned by requirements file to 1.5.2 and left it at that.

mikesjqubit commented 8 years ago

Are there any plans to fix this? Currently this seems to have made boto and bigquery incompatible.

romange commented 8 years ago

Guys this patch https://github.com/GoogleCloudPlatform/gcs-oauth2-boto-plugin/pull/23 fixed the problem for us.

bivald commented 8 years ago

Path #23 worked for me

houglum commented 6 years ago

Closing as obsolete.