Hi George, Thank you for your reply!
Yes I did - but still getting the error: No module named auth.transport.requests (or no module named google.auth if we import google.auth) The thing is if I renamed module google to other name, it can at least find the auth, that's why I'm wondering if that's because the name is conflict with app engine API google (google.appengine for example)? I'm now using the standard environment but if it only works for flexible environment I can also try that. I followed the instruction in the document but this error is popping up all the time and it's really not working at all. Thanks, Melanie On Monday, April 22, 2019 at 3:59:17 AM UTC+8, George (Cloud Platform Support) wrote: > > Hello Melanie, > > Have you installed Client Libraries with pip install --upgrade > google-api-python-client google-auth-httplib2 google-auth-oauthlib? You can > find related detail on the "Python Quickstart" documentation page > <https://developers.google.com/calendar/quickstart/python>. > -- 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/8e5d0ff6-5420-422d-bff4-771c8308792d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
