I am unable to upload my application to the google app engine using the 
gcloud or appcfg.py. I receive an http 400 and found the error was 

Error 400: --- begin server output ---

api_version '1' is not supported by the 'java' runtime.

--- end server output ---


This is my app.yam (application and version aren't required for gcloud 
preview and its declared in the CLI for appcfg.py)

runtime: java

api_version: 1

threadsafe: true


handlers:

  - url: /*

    static_dir: /

 


What is the valid api_version for java? I searched and could not find 
it. https://cloud.google.com/appengine/docs/java/configyaml/appconfig_yaml 
doesn't have it listed but both deployment tools require the api_version

-- 
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/a6f30e0a-fa25-4604-b369-0094925bb6ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to