Forum Archive

Google Cloud Python Libraries

mako

Anyone have any experience/luck getting the Google Cloud libraries working in Pythonista?

cvp

If you mean Google Drive, see here

mako

No, I mean Google Cloud - GCP, GAE, Container Engine, Cloud Data Store, etc...

cvp

Sorry, in this case, I can't help you

mikael

I fought with the libraries for quite a while, trying to make all the dependencies work, then gave up and wrote low-level code to do the OAuth authentication and to get the calendar entries I wanted.

Here's a gist of the relevant code, maybe helpful if you have a similar small use case.

... And the important imports for the gist:

from oauth2client import _helpers, _pure_python_crypt