google-app-engine-php

How do I download a specific service's source code off of AppEngine?

…衆ロ難τιáo~ 提交于 2019-11-28 02:18:40
问题 I have some php source code working in an app engine production environment that won't work anywhere else. Old versions of that code don't seem to work at all either so I need to get that source and see what the heck it is doing differently. This discussion outlines the challenges I'm having: http://google-app-engine.75637.x6.nabble.com/Download-specific-Module-code-td699.html I was told to try using appcfg.py download_app: appcfg.py download_app -A <APP_NAME> -V <Version> <DIR> The problem