Hello, I'm trying to use the Google Calendar API with GAE standard environment Python 2.7.
However I'm facing this issue that I cannot import the google.auth library. No matter what I did like adding the lib <https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27>, or manually put the library in the project folder, it just cannot recognize the library at all. I think this is because there's a conflict between the Google App Engine API <https://cloud.google.com/appengine/docs/standard/python/refdocs/google.appengine.api> because if I rename the library it's working somehow. But I don't think that's the right way to do it. Can anyone please give me some instructions or is it supported for Python 2.7 with GAE standard environment and the Calendar API or any of the G-suite API? Thank you very much for your help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/3742c5d2-7dca-491f-baea-bde289743dd5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
