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
Yeah my issue was using the wrong appcfg and missing part of the java instructions. Thank you!
--
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/fRvFm5idnv4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
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/c41ef136-3a69-4ceb-a39c-9fc3231ff763%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Anthony DeFrancesco