AppEngine App Deploy给出“复制文件失败”。

Mil*_*age 3 google-app-engine google-cloud-platform gcloud laravel-5

我正在将Laravel应用程序部署到新的App Engine项目中。但是,我不断收到此错误。我尝试创建一个新项目并进行部署。

??????????????????????????????????????????????????????????????
?? Uploading 9625 files to Google Cloud Storage             ??
??????????????????????????????????????????????????????????????
File upload done.
Updating service [default]...failed.                                                                                                                                    
ERROR: (gcloud.app.deploy) Error Response: [3] Errors were encountered while copying files to App Engine.

Details: [
  [
    {
      "@type": "type.googleapis.com/google.rpc.ResourceInfo",
      "description": "Failed to copy file.",
      "resourceName": "https://storage.googleapis.com/staging.rsvp.appspot.com/df4bc71e8832337e997291648609c4e207b5aa55",
      "resourceType": "file"
    }
  ]
]
Run Code Online (Sandbox Code Playgroud)

问题在这里,我该如何解决?

Mil*_*age 7

出现此问题的原因是,我的项目文件夹中有一些大文件(> 30Mb)。我删除了它们,然后重新部署,它没有问题。