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, 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 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.