Download an old version of Google App Engine SDK

余生颓废 提交于 2020-02-24 10:44:27

问题


Where can I find for download an old GAE SDK, say 1.9.15 ? I need to find out coverage and maybe use 3rd party API, which do not work well with the recent version.


回答1:


It depends if the respective SDK is still officially supported or not. Both kinds are available in the appengine-sdks GCS bucket.

No longer supported SDKs (like the 1.9.15 one you're seeking) are available in the deprecated folder. Note that they may be under a subdirectory named as the version number without the dots, i.e. 1915 for 1.9.15).

Still supported SDK versions are available in the featured folder.



来源:https://stackoverflow.com/questions/45173819/download-an-old-version-of-google-app-engine-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!