Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/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
Google cloud platform 获取错误:[Errno 60]操作在Google函数创建时超时_Google Cloud Platform_Google Cloud Functions_Python 3.7 - Fatal编程技术网

Google cloud platform 获取错误:[Errno 60]操作在Google函数创建时超时

Google cloud platform 获取错误:[Errno 60]操作在Google函数创建时超时,google-cloud-platform,google-cloud-functions,python-3.7,Google Cloud Platform,Google Cloud Functions,Python 3.7,使用Gcloud命令创建Google函数时出现以下错误 错误:(gcloud.functions.deploy)[Errno 60]操作超时 我正在使用下面的命令从本地计算机创建函数 gcloud functions deploy hello_get --region=us-central1 --service-account=project-name@appspot.gserviceaccount.com --memory=2048MB --runtime python37 --trigger

使用Gcloud命令创建Google函数时出现以下错误

错误:(gcloud.functions.deploy)[Errno 60]操作超时

我正在使用下面的命令从本地计算机创建函数

gcloud functions deploy hello_get --region=us-central1 --service-account=project-name@appspot.gserviceaccount.com --memory=2048MB --runtime python37 --trigger-http --allow-unauthenticated --verbosity=info --entry-point=helloworld

如果您将功能部署到的区域延迟较大,则可能会发生这种情况。您是否尝试将功能部署到更靠近本地计算机的区域?是否有所有可用位置的列表