截至2015年4月22日,gcloud更新到最新版本会破坏deploy命令.应用程序的版本设置为当前时间戳(例如:20150422t202108).做一个:
gcloud preview app deploy .
Run Code Online (Sandbox Code Playgroud)
返回错误
"ERROR: Directories are not supported [.]. You must provide explicit yaml files."
Run Code Online (Sandbox Code Playgroud)
使用单独的.yaml文件部署应用程序会抱怨模块中指定的版本,因为更新会将应用程序版本设置为时间戳.
"The version [1] declared in [/Users/username/app.yaml, /Users/username/app2.yaml] does not match the current gcloud version [20150422t202108]."
Run Code Online (Sandbox Code Playgroud)
这是一个错误还是配置选项改变了?我在文档页面上找不到任何差异.
我有一个文件https://localhost/myeg.xml 我想在Java中将该文件读取为字符串.如果有一个单独的图书馆或其他任何方式,有人可以帮助我.