omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Google Cloud Python Libraries

    Pythonista
    3
    5
    2876
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mako
      mako last edited by

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

      1 Reply Last reply Reply Quote 0
      • cvp
        cvp last edited by

        If you mean Google Drive, see here

        1 Reply Last reply Reply Quote 0
        • mako
          mako last edited by

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

          1 Reply Last reply Reply Quote 0
          • cvp
            cvp last edited by

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

            1 Reply Last reply Reply Quote 0
            • mikael
              mikael last edited by

              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
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors