How to get the old version of the Google App Engine SDK
I have the same problem as this one: google-app-engine 1.9.19 deployment error
Please can someone explain to me how to get the older version of the GAE SDK? In this particular case, I need version 1.9.18 for Python.
+3
source to share
1 answer
Most versions should be available in the Deprecated page
If the specific version you're trying to get doesn't exist, you can always play around with the download URLs to get the one you want.
For example:
https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.19.zip
Can be changed to:
https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.18.zip
+4
source to share