【发布时间】:2019-04-06 15:45:45
【问题描述】:
我正在尝试从 Google Cloud Console 创建新的 Google Cloud Function,但该函数无法启动并出现超时错误。我已经有 3 个正在运行的云功能。
当我尝试从 Google Cloud shell 创建相同的功能时,
gcloud functions deploy user_upload --runtime python37 --trigger-resource augmenta-user-uploads --trigger-event google.storage.object.finalize
此消息再次失败
状态:[400:EntityTooLarge您建议的上传大于您的策略文档中指定的最大对象大小。内容长度超出范围上限]
我无法理解这条消息的含义。
任何帮助将不胜感激。谢谢。
【问题讨论】:
标签: google-cloud-platform google-cloud-functions