[google-appengine] Re: Firebase Cloud functions express ip location

2019-05-27 Thread gjs
Hi, Try examining request headers eg header X-AppEngine-Country = AU header X-AppEngine-City = sydney Regards On Tuesday, May 28, 2019 at 3:00:30 AM UTC+10, renaud hedde wrote: > > Hi, > > I'm working on cloud function projet with nodejs express > > I'm trying to get the request user city

[google-appengine] Re: GCP Window Server2016 auto restart

2019-05-27 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hi, Would you be able to clarify where you asked for assistance when you said "Tech support of GCP didn't response my question"? Based on my understanding, it seems support will require further details of your instance and project set up. It would be my recommendation to file a *private*

[google-appengine] Re: Automatic scaling on App Engine: do I need to set scaling parameters for every version ?

2019-05-27 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hi, Both environments of App Engine support automatic scaling. The steps on setting up the scaling will depend on the environment you are using and the language. The documentation here

[google-appengine] Re: Changing StringProperty to TextProperty of existing AppEngine DataStore entity without losing data

2019-05-27 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Google Groups hosts discussion forums where you can find information like service status updates, release notes and high-level discussions on the state of the platform. For coding and programming assistance, you're better served in dedicated forums such as Stack Overflow, where experienced

[google-appengine] Re: How to create one's own VPN server with low latency using cloud computing

2019-05-27 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Hello, I can see this is a duplicate of another post which you recently submitted on the 'gce-discussion' Google Group. Please follow up any further posts related to this matter to that more active thread. On Sunday, May 26,

[google-appengine] Re: Deploy python3 appengine standard env using bazel and cloud deploy using non containerized artifact?

2019-05-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Akkul, Right reply to your question depends on details such as correct paths and similar. If you followed the provided example faithfully, you should succeed. This discussion group is oriented more towards

[google-appengine] Re: Deploy python3 appengine standard env using bazel and cloud deploy using non containerized artifact?

2019-05-27 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
You can follow the instructions provided here to help you with building Java App Engine application or Python App Engine application with Bazel. In addition, for best practices and deploying rules, I'd suggest review this page

[google-appengine] Re: Why did Frontend Instance Hours of GAE can be over 48 hours with 2 max instances

2019-05-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Jarindr, It is difficult to make oneself and opinion and judge about correctness in presence of only partial information. To get detailed information, you should go to Billing

Re: [google-appengine] High untraced time on lightweight endpoint

2019-05-27 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Once you've ruled out this isn't due to the spawning of a new instance and/or memory usage, the next troubleshooting step would be to inspect the Stackdriver Error reporting for any errors in the calls being made by the corresponding

[google-appengine] Re: Are Allocated IDs for child entities guaranteed to be unique?

2019-05-27 Thread 'George (Cloud Platform Support)' via Google App Engine
The solution described in the stackoverflow reply you link to should work well. This has been already confirmed by Sam in his posting above. This discussion group is oriented more towards general opinions, trends, and issues of general nature touching App Engine and Datastore. For coding and

[google-appengine] Re: GAE flex env stripping custom ETag HTTP response header when resource is gzip transpiled?

2019-05-27 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Hello Christopher, I can see this is a duplicate of a Public Issue Tracker post which you recently submitted. Please follow up any further posts related to this matter to that more active thread. On Friday, May 17, 2019 at 7:34:58 PM UTC-4,

[google-appengine] Firebase Cloud functions express ip location

2019-05-27 Thread renaud hedde
Hi, I'm working on cloud function projet with nodejs express I'm trying to get the request user city location. My request coming from france but every test I get the google US "mountain view" location I'm trying 3 differents technique to get ip - req.connection.remoteAddress -