Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xslt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Firebase 从头开始重新初始化云函数_Firebase_Google Cloud Functions_Google Cloud Storage - Fatal编程技术网

Firebase 从头开始重新初始化云函数

Firebase 从头开始重新初始化云函数,firebase,google-cloud-functions,google-cloud-storage,Firebase,Google Cloud Functions,Google Cloud Storage,在遇到与OP in相同的问题后,Google计费支持代理建议我删除由部署Firebase功能启动的CloudBuild过程创建的bucket 但是,我现在在尝试部署时收到以下错误(函数名称已更改): 我不知道原始存储桶的名称,因此无法重新创建它。我再次尝试寻求支持,但他们没有帮助,因为这不再是一个账单问题 有没有办法让函数重新创建bucket以便恢复部署?如中所述,有必要为函数重新创建一个bucket,其名称如下:gcf sources-- 在Firebase功能与我一样的情况下,当出现提示时,

在遇到与OP in相同的问题后,Google计费支持代理建议我删除由部署Firebase功能启动的CloudBuild过程创建的bucket

但是,我现在在尝试部署时收到以下错误(函数名称已更改):

我不知道原始存储桶的名称,因此无法重新创建它。我再次尝试寻求支持,但他们没有帮助,因为这不再是一个账单问题

有没有办法让函数重新创建bucket以便恢复部署?

如中所述,有必要为函数重新创建一个bucket,其名称如下:
gcf sources--


Firebase功能与我一样的情况下,当出现提示时,它应该是多区域的,
应该与错误消息中显示的相同(
us-central1
在我的情况下)。

这仍然应该由Firebase支持解决,因为这是一个与计费无关的新问题。我会提交一份新的bug报告,并向他们指出错误消息对诊断和解决问题没有帮助。如果他们不知道如何解决问题,他们应该升级到工程部进行调查并提供建议。不幸的是,Firebase支持只提供免费的计费支持,技术支持是付费服务。这不是真的-您当然可以提交错误报告。提供了这样做的方法。这里的问题是,这个消息没有任何帮助,并且没有任何文档可以解决这个问题。啊,谢谢。我不知道那张表格。
⚠  functions[function1(us-central1)]: Deployment error.
Build failed: could not resolve storage source: googleapi: Error 404: Not Found, notFound
⚠  functions[function2(us-central1)]: Deployment error.
Build failed: could not resolve storage source: googleapi: Error 404: Not Found, notFound
⚠  functions[function3(us-central1)]: Deployment error.