【发布时间】:2020-05-09 14:03:58
【问题描述】:
我在Firestore Functions 中编写了一个函数,它使用Google Cloud Tasks 在将来触发另一个函数。它的问题是它会引发以下错误:
错误:3 INVALID_ARGUMENT:位置必须等于 europe-west1,因为与此项目关联的 App Engine 应用位于 europe-west1
我尝试将函数位置更改为europe-west1,正如它所说,但我仍然遇到同样的错误。我该怎么办?
【问题讨论】:
标签: firebase google-app-engine google-cloud-platform google-cloud-firestore