I downloaded the Go deployment script from this link as you suggested
https://cloud.google.com/appengine/downloads and now I have the goapp
command available.

But when I run the command, I am getting an authentication error and can't
figure out what exactly it is asking me to do.

I used to just run the command "goapp deploy" and it would deploy my
application to the App server.  Now I get the following error:  I am not
sure what changed, but this command definitely worked before, and now I get
this error.


goapp deploy09:47 PM Application: sn-auto-data-mgmt; version: 109:47 PM
Host: appengine.google.com09:47 PM Starting update of app: xx-xx-xxx-xxx,
version: 109:47 PM Getting current resource limits.Your browser has been
opened to visit:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxIf
your browser is on a different machine then exit and re-run thisapplication
with the command-line parameter --noauth_local_webserve


I don't seem to understand the syntax of the command or something.  If I
execute (I have tried a bunch of different options)
"goapp deploy --noauth_local_webserver app.yaml"

Then I just get the typical usage error:usage: deploy [deploy flags] [
application_dir | package | yaml_files...]
Deploy uploads your application files to Google App Engine, and then
compilesand lauches your application.The argument to this command should be
your application's root directory or asingle package which contains an
app.yaml file. If you are using the Modulesfeature, then you should pass
multiple YAML files to deploy, rather than adirectory, to specify which
modules to update. If no arguments are provided,deploy looks in your
current directory for an app.yaml file.The -application flag sets the
application ID, overriding the application valuefrom the app.yaml file.The
-version flag sets the major version, overriding the version value from
theapp.yaml file.The -oauth flag causes authentication to be done using
OAuth2, instead ofinteractive password auth.This command wraps the
appcfg.py command provided as part of the App EngineSDK. For help using
that command directly, run: ./appcfg.py help update
On Tue, Aug 25, 2015 at 12:19 PM, 'Alex Martelli' via Google App Engine <
[email protected]> wrote:

> gcloud doesn't come with the language-specific deployment tools any more,
> as the message says just visit
> https://cloud.google.com/appengine/downloads and directly download
> whatever specific language deployment kits you want.
>
> (you can use
> https://cloud.google.com/sdk/gcloud/reference/preview/app/deploy -- but
> as the "preview" indicates, that's still in beta, so, for production, the
> per-language deployment kits may be more suitable).
>
> All client libraries for Google APIs for Go are at
> https://github.com/google/google-api-go-client/ -- in particular, see
> https://github.com/google/google-api-go-client/tree/master/compute/v1 .
>
>
> Alex
>
>
> On Tue, Aug 25, 2015 at 10:04 AM, Dave Greenly <[email protected]>
> wrote:
>
>> 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]>
>>> 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].
>>>> 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/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
>> <https://groups.google.com/d/msgid/google-appengine/e3d1006a-0a3d-41cd-bf1c-a745c96f52c6%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 a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/zUsIOjkBo9E/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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/CAE46Be8GVb7QT7qkaJpgUKbPNJ-i%3DV6KvVD3%2BqqP-ZP-M4B-uQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-appengine/CAE46Be8GVb7QT7qkaJpgUKbPNJ-i%3DV6KvVD3%2BqqP-ZP-M4B-uQ%40mail.gmail.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/CAEWGO1g1NZF_dkBa%3DmER2ijjYchO3t5SEVK09C1fuSEYCYqOEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to