No can do, it also fails in cloud shell. On Fri, Aug 10, 2018 at 12:38 AM 'Dan S (Cloud Platform Support)' via Google App Engine <[email protected]> wrote:
> Hello, > > you can run the appcfg.py download_app as documented in Downloading in > your cloud Shell and after download the project you can just upload to some > repository. > 1. open the Cloud Shell (sole.cloud.google.com) > 2. create a folder (mkdir myApp) > 3. Input command line in the cloud shell as per docs ( > https://cloud.google.com/appengine/docs/standard/python/tools/downloading-source-code > ) > > appcfg.py -A [YOUR_PROJECT_ID] -V [YOUR_VERSION_ID] download_app myApp > > 4. upload your files to your repo. > > > On Saturday, May 20, 2017 at 5:53:11 PM UTC-4, Lewis wrote: >> >> >> I'm trying to take a look at a Google App Engine project started by >> another developer and deployed to the Google Cloud Platform. I have project >> owner rights. When running appcfg.py -A [appID] -V [version] download_app >> [location] there are no errors, but no files come down. >> >> 12:00 PM Host: appengine.google.com >> 12:00 PM Fetching file list... >> 12:00 PM Fetching files... >> >> If the appID is invalid, or the version is invalid appfcg.py displays an >> error, >> >> 12:00 PM Host: appengine.google.com >> 12:00 PM Fetching file list... >> Error 404: --- begin server output --- >> This application does not exist (project_id=u'invalid'). To create an App >> Engine application in this project, run "gcloud app create" in your console. >> >> or >> >> 12:00 PM Host: appengine.google.com >> 12:00 PM Fetching file list... >> Error 400: --- begin server output --- >> Major version "123" does not exist. >> >> but when the appID and version are valid it simply downloads nothing. Any >> suggestions? >> > -- > 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/24bab34a-bf1f-4725-8789-aae4809cddf2%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/24bab34a-bf1f-4725-8789-aae4809cddf2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAOEqs6riHdyp3Ny3TY%2Bso7f6oepL-8zNM49nqbTqFFTBrQsP8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
