Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get an old Google App Engine SDK version

I'm having exactly the same problem like this one: google-app-engine 1.9.19 deploy failure

Please, someone can explain me how to get an older version of GAE's SDKs? In this particular case I need the version 1.9.18 for Python.

like image 299
lscena Avatar asked Apr 20 '15 18:04

lscena


People also ask

How do I download Google App Engine SDK?

You can download the Google App Engine SDK by going to: http://code.google.com/appengine/downloads.html and download the appropriate install package. Download the Windows installer – the simplest thing is to download it to your Desktop or another folder that you remember.

What is SDK in Google App Engine?

The App Engine SDK allows you to run Google App Engine Applications on your local computer. It simulates the runtime environment of the Google App Engine infrastructure.


1 Answers

Most versions should be available in the Deprecated page

If the particular version you are trying to get is not there, you could always play around with the Download URLs, to get the one you need.

For example:

https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.19.zip

Can be modified to:

https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.18.zip
like image 120
marianosimone Avatar answered Sep 28 '22 01:09

marianosimone