Thank you Ani, Your reply makes sense. However when I use the command line I get an error. Error 404: --- begin server output --- https://developers.google.com/accounts/docs/AuthForInstalledApps
I looked at old posts on this group and have temporarily solved the problem using the oauth2 option - as in appcfg.py --application=<PROJECT_ID> --email=<GOOGLE_ACCT> --oauth2 update PROJECT_DIR But I think I must be doing something wrong. Can you point me in the right direction? Thank you. Kathleen On Wednesday, February 28, 2018 at 5:20:06 AM UTC-5, Ani Hatzis wrote: > > Hi Kathleen, > > on which OS do you run the App Engine launcher? > > 1.9.18 is very old, maybe from around August 2015. I would suspect that > you have an old App Engine SDK 1.9.18 installed (that also came with the > GUI launcher), and later you have added the Google Cloud SDK > <https://cloud.google.com/sdk/> (a different SDK, that works for most of > the GCP products and is much more sophisticated regarding configurations, > automation etc.). The Google Cloud SDK has no GUI launcher for App Engine > though (and deployments use a "gcloud app deploy" instead of the old > command), but the local dev-server and the other GAE parts are the same. > gcloud's App Engine component is on 1.9.67 which is right now the most > recent version of App Engine. > > I don't know if you could make the GUI launcher to use the newer > dev_appserver.py from Google Cloud SDK instead. Since the GUI launcher of > App Engine SDK does merely more than starting and stopping > dev_appserver.py this should be easy. I assume you already added confg > and auth to gcloud, so you only need to get familiar with the new command > line options of gcloud for this and for App Engine deployments. > > Regards, > Ani > > On Wednesday, 28 February 2018 05:27:56 UTC+1, Kathleen Juliff wrote: >> >> I tied uninstalling and reinstalling but no difference. > > -- 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/f97844c8-1359-42df-a2f0-2387c9e5d0d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
