Hi Santiago, I should note that App Engine APIs <https://cloud.google.com/appengine/docs/standard/python3/python-differences#idiomatic_python_development_experience> ( as listed in this link <https://cloud.google.com/appengine/docs/standard/python/refdocs/> ) are not available in the Python 3.7 runtime; however you can use Google Cloud Client Libraries <https://cloud.google.com/appengine/docs/standard/python3/python-differences#cloud_client_libraries>. In this documentation <https://cloud.google.com/apis/docs/client-libraries-explained>, all Client Libraries are explained, and it is noted that if no Cloud Client Library for your preferred language is available, you can still use an older version of our client libraries called Google API Client Libraries <https://developers.google.com/api-client-library/> (including "googleapiclient.discovery.build" as listed in the reference <https://developers.google.com/api-client-library/python/reference/pydoc>). Furthermore, I see that the support for Python 3 is added in v1.4.0 for google-api-python-client in the respective GitHub repo <https://github.com/googleapis/google-api-python-client/blob/master/CHANGELOG> .
-- 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/8a6eae16-f06b-4ade-9bbc-aa998a1bbdaf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
