【发布时间】:2014-11-13 16:31:46
【问题描述】:
尝试部署我的应用程序时:
appcfg.py update --oauth2 .
我明白了:
PM Rolling back the update.
Error 400: --- begin server output ---
Max number of files and blobs is 10000.
--- end server output ---
我该如何解决这个问题?
【问题讨论】:
尝试部署我的应用程序时:
appcfg.py update --oauth2 .
我明白了:
PM Rolling back the update.
Error 400: --- begin server output ---
Max number of files and blobs is 10000.
--- end server output ---
我该如何解决这个问题?
【问题讨论】:
【讨论】:
看起来你达到了这个配额:https://cloud.google.com/appengine/docs/quotas#Deployments
你能把你的很多文件转移到Cloud Storage吗?
【讨论】: