ERROR: (gcloud.app.deploy) Error Response: [3] The following errors occurred while copying files to App Engine

你离开我真会死。 提交于 2020-05-16 03:17:51

问题


Getting this error when I try to deploy to google app engine: ERROR: (gcloud.app.deploy) Error Response: [3] The following errors occurred while copying files to App Engine:

File https://storage.googleapis.com/staging.XXXXXXXX.appspot.com/04314f892fba4e2f44a86ab96eeb2a6b72ed93cd failed with: Conflicting SHA1 sum for file. Expected "6ae2b40e_68bc1a25_8cc5408c_bbd37316_fa642477" but received "04314f89_2fba4e2f_44a86ab9_6eeb2a6b_72ed93cd".
File https://storage.googleapis.com/staging.XXXXXXXX.appspot.com/d06cfbf61df973ee19498c5a6d8afd5c3f971cb1 failed with: Conflicting SHA1 sum for file. Expected "cf32ec49_c6023a31_6d3f4788_f187afcb_932d60df" but received "d06cfbf6_1df973ee_19498c5a_6d8afd5c_3f971cb1".

Details: [
  [
    {
      "@type": "type.googleapis.com/google.rpc.ResourceInfo",
      "description": "Conflicting SHA1 sum for file. Expected \"6ae2b40e_68bc1a25_8cc5408c_bbd37316_fa642477\" but received \"04314f89_2fba4e2f_44a86ab9_6eeb2a6b_72ed93cd\".",
      "resourceName": "https://storage.googleapis.com/staging.XXXXXXXX.appspot.com/04314f892fba4e2f44a86ab96eeb2a6b72ed93cd",
      "resourceType": "file"
    },
    {
      "@type": "type.googleapis.com/google.rpc.ResourceInfo",
      "description": "Conflicting SHA1 sum for file. Expected \"cf32ec49_c6023a31_6d3f4788_f187afcb_932d60df\" but received \"d06cfbf6_1df973ee_19498c5a_6d8afd5c_3f971cb1\".",
      "resourceName": "https://storage.googleapis.com/staging.XXXXXXXX.appspot.com/d06cfbf61df973ee19498c5a6d8afd5c3f971cb1",
      "resourceType": "file"
    }
  ]
]

回答1:


An appropriate workaround for this situation might be deleting the bucket staging.{Your-Project-ID}.appspot.com located under storage since it will remove any temporary files that might cause this error.



来源:https://stackoverflow.com/questions/52802487/error-gcloud-app-deploy-error-response-3-the-following-errors-occurred-whi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!