I am currently using GO to catch an email on my AppEngine which has been working, but I am having trouble getting the compute engine started utilizing my own persistent disk.
I was starting to prototype calling a Python script and attempted to deploy my GO application to the AppEngine using the "goapp deploy" command. I received a goapp command not found error. (Which has worked in the past perfectly) So I was confused, and went looking for the command and it does not seem to exist in the google-cloud-sdk/bin directory anymore? Then being really confused, I tried to reinstall it using the following commands, only to find out that it was no longer distributed? I am a bit lost, can anyone please provide some insight on how I am "officially" supposed to be deploying apps? There seems to be plenty of info out there still about the "goapp deploy" command, but I can't find anything on starting a compute engine using GO instead of Python. sudo gcloud components update gae-goWARNING: Component [gae-go] no longer exists.WARNING: The standalone App Engine SDKs are no longer distributed through the Cloud SDK(however, the appcfg and dev_appserver commands remain the official andsupported way of using App Engine from the command line). If you want tocontinue using these tools, they are available for download from the officialApp Engine download page here: https://cloud.google.com/appengine/downloads Thanks Dave On Saturday, August 22, 2015 at 12:32:44 PM UTC-6, Alex Martelli wrote: > > To receive email in app engine, see e.g > https://cloud.google.com/appengine/docs/python/mail/receivingmail (there > are similar docs for other app engine languages like Java and Go if you > prefer those to Python). > > To spin up and otherwise control compute engine VMs from app engine, see > e.g > http://stackoverflow.com/questions/17393574/oauth-starting-a-google-compute-instance-from-within-google-app-engine > > and > http://stackoverflow.com/questions/18389215/google-app-engine-service-account-to-start-cloud-compute-instances > > , and links from those Stack Overflow threads. > > > Alex > > > On Sat, Aug 22, 2015 at 10:44 AM, Dave Greenly <[email protected] > <javascript:>> wrote: > >> I would like to set up an App Engine, or Compute engine that has the >> ability to receive an email. From the receipt of this email, I would want >> to start up a compute engine that would process some data. >> >> Can anyone point me to some documentation, or samples where this has been >> done? >> >> Thanks >> Dave >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/google-appengine. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-appengine/0a9c85a6-b737-43ab-bd35-f27f977a28b1%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-appengine/0a9c85a6-b737-43ab-bd35-f27f977a28b1%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 http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e3d1006a-0a3d-41cd-bf1c-a745c96f52c6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
