2016-01-10 55 views
0

下快速入門設立谷歌-AppEngine上融入phpstorm這裏https://confluence.jetbrains.com/display/PhpStorm/Getting+Started+with+PhpStorm+as+Google+App+Engine+PHP+IDEPhpstorm不能上傳到谷歌的AppEngine

我不能上傳代碼App Engine和我收到此錯誤消息後。有沒有在phpstorm的設置任何東西我shuld改變tomake它的工作?

/usr/bin/python /path/to/google_appengine/appcfg.py -e [email protected] --passin --no_cookies update . 
Usage: appcfg.py [options] <action> 

appcfg.py: error: no such option: --passin 

Process finished with exit code 2 
+0

可能的重複[appcfg.py:error:no such option:--passin |更新谷歌App Engine啓動器後](http://stackoverflow.com/questions/31542024/appcfg-py-error-no-such-option-passin-after-updating-google-app-engine-la) – SaeX

回答

0

JetBrains公司是SDK的appcfg.py變化更新有點落伍了,並沒有配置/自定義上傳論據支持 - 我與PyCharm類似的問題。

我的建議是根據SDK指令直接使用appcfg.py來執行從終端上傳,而不是從IDE上傳。

+0

謝謝,也它似乎通過密碼/登錄上傳已被棄用谷歌應用程序引擎,我使用oauth,它從ide工作。 –