eclipse - Reverting to old Google Cloud SDK shell version -
i trying deploy java project google app engine eclipse , blocked jsps. jsp makes app not capable of deploying due "'utf8' codec can't decode byte" error. not trying insert strange (not utf-8) character, eclipse set utf-8. tried send archives ok google app engine tools eclipse (soon deprecated), won't deploy. i've seen threads regarding reverting google cloud tools eclipse plugin previous version (1.58 seemed avoid few problems) being possible solution these recent errors have problem installing, batch tells me "install exit" ?! tried uninstall previous (latest) versions before, made sure launching bundled-python batch, still not capable of installing old version of google cloud sdk shell. glad if had suggestion @ makes install fail.
thanks in advance.
there few ways can older version of google cloud sdk.
download versioned archive
- (if on windows) grab
google-cloud-sdk-xxx.0.0-windows-x86_64-bundled-python.zip
file. - unzip
some\dir
- add
some\dir\google-cloud-sdk\bin
directory system path - restart command prompt (or other apps depend on gcloud) , run example
gcloud info
, should functional installation, no need runinstall.bat
.
- (if on windows) grab
alternatively, use existing sdk installation ,
gcloud
component manager go previous versions. examplegcloud components update --version 158.0.0
Comments
Post a Comment