appcfg.py: error: no such option: --passin | after updating Google App Engine Launcher

痴心易碎 提交于 2019-12-25 04:30:46

问题


Ive just upgraded the Google App Engine Launcher (for PHP) and now I'm getting this error message.

Any ideas what why that ocurred and how to fix it?

UPDATE1: right now it is only working in console like this:

 "C:\Program Files (x86)\Google\google_appengine\appcfg.py" "update" "D:\route\to\application"

And I can't find the way to update the parameter in the Google Engine Launcher. Any thoughts?

UPDATE2: ok, it seems that the issue has to do with the migration to oAuth2. So, the new question is: how can I make the Google Engine no to use "--passin"? Because I uninstalled (and remove any trace of it) and then reinstalled, but it insist in using the "--passing" parameter, making it completely useless.

UPDATE3: the issue was that I was using Google SDK and updated the Engine using "GoogleAppEngine-1.9.24.msi". And it was not updating the shortcut, so I was still using some data from the SDK.

Solution: remove the Google Cloud SDK and install again. Then install the App Engine. And it worked.


回答1:


Solution: remove the Google Cloud SDK and install again. Then install the App Engine. And it worked.



来源:https://stackoverflow.com/questions/31542024/appcfg-py-error-no-such-option-passin-after-updating-google-app-engine-la

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!