Getting ERROR: [Errno 60] Operation timed out on Google Function Creation

Viewed 121

Getting bellow error while creating Google Function with Gcloud Command.

ERROR: (gcloud.functions.deploy) [Errno 60] Operation timed out

I am using the below command to create the function from my local machine.

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
0 Answers
Related