上傳Google App Engine Applocation 出現 Error 409 解決方式
Windows在開發 Python Google App Engine 時,要在GAE上RUN的時候需要上傳,有時會出現
Error 409: --- begin server output---
解決方式:
1. 開啟 cmd 命令提示字元
2. 使用 cd 命令至 Google App Engine 目錄,預設是【C:Program FilesGooglegoogle_appengine】
(如果有把此目錄路徑加入Path,那就不需要)
3. 輸入命令(專案存放資料夾就是你的Applocation資料夾完整路徑)
appcfg.py rollback 專案存放資料夾
4. 輸入Google App Engine 帳號/密碼,完成
5.重新上傳Applocation,OK!
臉書留言