i using bellow command to deploy php app to app engine: gcloud app deploy --promote --project test12 app-live.yaml --log-http --verbosity=debug
My app-live.yaml file: https://shrib.com/?v=nc#uUXDedcjuzf-P28OdKJ5 but show this error: HttpBadRequestError: HttpError accessing https://appengine.googleapis.com/v1/apps/ads-clickgs/services/default/versions?alt=json: response: <{'status': '400', 'content-length': '252', 'x-xss-protection': '1; mode=block', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'vary': 'Origin, X-Origin, Referer', 'server': 'ESF', '-content-encoding': 'gzip', 'cache-control': 'private', 'date': 'Tue, 28 Aug 2018 04:44:34 GMT', 'x-frame-options': 'SAMEORIGIN', 'alt-svc': 'quic=":443"; ma=2592000; v="44,43,39,35"', 'content-type': 'application/json; charset=UTF-8'}>, content <{ "error": { "code": 400, "message": "Please update to the latest version of gcloud. If you are using the API directly, please provide a value for version.entrypoint.shell. This can be an empty value.", "status": "INVALID_ARGUMENT" } } i searched on google but not found any suggestion. thanks -- 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/4b79a796-3b67-4520-8774-26efc92c0d99%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
