[google-appengine] Re: {err:ENOENT} on deploy

2020-04-16 Thread Peter Hassaballah
gcloud app browse output: Did not detect your browser. Go to this link to view your app:https://MyAppID.appspot.com Output with verbose flag : DEBUG: Running [gcloud.app.browse] with arguments: [--verbosity: "debug"]Did not detect your browser. Go to this link to view your app:INFO: Display

[google-appengine] Re: {err:ENOENT} on deploy

2020-04-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Peter, How did you run the gcloud app browse command? You should edit out any piece of private information, such as project number and the like. What is the output from the same command, followed by the flag set to --verbosity=debug? What is the output of gcloud info (again, no private

[google-appengine] Re: Permission denied on 'locations/asia-northeast3' (or it may not exist).

2020-04-16 Thread 'Olu' via Google App Engine
Quite rightly, as Alberto mentioned this seems an issue specific to your account, which may involve reviewing configurations on your Project then it would be better evaluated by a GCP Support Engineer[1][2]. As indicated in this Doc[3], asia-northeast3 is a valid region and you should be able

[google-appengine] {err:ENOENT} on deploy

2020-04-16 Thread Peter Hassaballah
I successfully cloned my repo into google cloud when I run it using *npm start *it works fine in the webpreview when I try to run *gcloud app deploy *it runs smoothly however the link generated by *gcloud app browse* gives a 404 HTTP error . My repo is in express.js Node.js . Any Ideas on how

Re: [google-appengine] Permission denied on 'locations/asia-northeast3' (or it may not exist).

2020-04-16 Thread Alberto Vicente
Check the following Google services site - https://cloud.google.com/about/locations#asia-pacific you may be trying selecting firestore to be *multiregional* and its not available that feature yet, if not the case create a case on Google support. Regards Albert On Thu, Apr 16, 2020 at 6:13 AM

[google-appengine] Permission denied on 'locations/asia-northeast3' (or it may not exist).

2020-04-16 Thread Wonsuc Yoo
I saw the release note of Cloud Firestore, and it says like this. March 11, 2020 Support for us-west3 (Salt Lake City) and asia-northeast3 (Seoul). (From: https://cloud.google.com/firestore/docs/release-notes) So I tried to create Cloud Firestore with Seoul region from my GCP console and I got