Previously, I created an jupyter notebook instance on my project and today I deleted it, but I cant create a new one since its said that location
Asked
Active
Viewed 578 times
1 Answers
0
This location error is caused because the zone name is incorrect, the region is "europe-west2" and the zone can be defined by a letter "a,b,c".
In this case the zone should be set as "europe-west2-a"

Agustin Lopez
- 71
- 2
-
Sorry, I just wrote wrong about my question, I misspell the zone, yeah, I plan to create a new instance on europe-west2-a, but its said Location europe-west2-a is not found or access is unauthorized. – XIE ZHONGXIN Aug 09 '20 at 10:18
-
It seems that this error is because this zone is not available at the moment for notebooks, you can see the available locations by running the following command on cloudshell: gcloud beta notebooks locations list – Agustin Lopez Aug 10 '20 at 15:25