[google-appengine] How do I specify instance class for the Node.js standard environment?

2018-07-27 Thread Mani Doraisamy
How do I configure F2 instance instead of the default F1 instance? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups

[google-appengine] Static IP/Reverse proxy for Standard environment?

2018-07-27 Thread Parth Mishra
I have a standard App engine service that just uploads images to google cloud storage. However, I need to have some sort of static IP for it in order to facilitate a site-to-site VPN (so it can be whitelisted from on-prem application). I don't think the standard environment works for this so wo

[google-appengine] gae flexible + firebase/firestore

2018-07-27 Thread ara howard
i'm trying to build an admin (rails app) that adjusts some data in a project we have in firebase that uses cloud firestore. however, getting some really some feedback from the ui that this is not possible:

[google-appengine] Re: Change domain on Google VM

2018-07-27 Thread 'Taame (Google Cloud Support)' via Google App Engine
Can you elaborate your use case. This will help us have a better understanding of what you would like to achieve to better assist you and provide a solution or a workaround. On Friday, July 27, 2018 at 9:26:07 AM UTC-4, Ardhia Mangku Ikhsan wrote: > > How do I change domain on Google VM? rathe

[google-appengine] Re: appcfg.py download_app HandshakeError ssl.c:726

2018-07-27 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Dzhovani, I recommend that you uninstall your Cloud SDK, reboot your machine, and reinstall a fresh copy of it via this link and make sure no tools (firewall, proxy, etc) intercept HTTPS traffic. If the issue persists, you

[google-appengine] Re: What software can I use to create account billing for my customer using Google Cloud?

2018-07-27 Thread 'Julie (cloud platform support)' via Google App Engine
Can you provide more context on how your application will be used as it not currently clear what functionality you are looking for? I assume since this was posted in the App Engine thread that you are planning on using App Engine? App Engine does have supported APIs

[google-appengine] Re: Asp.Mvc core always sees requests as HTTP

2018-07-27 Thread 'George (Cloud Platform Support)' via Google App Engine
An interesting explanation with code sample is offered by Dan Cornilescu in his reply to the "Only receiving HTTP requests in Google App Engine Flex with .NET. How to only allow HTTPS?" question

Re: [google-appengine] Re: Using Process Managers

2018-07-27 Thread 'Dennis Yurkevich' via Google App Engine
Thanks Kenworth so does the default docker context of GAE set any of these. The default for docker is NO restart, which looking at my logs does not match as I can see the process restart on error. Not sure what is triggering this... On Fri, 27 Jul 2018 at 17:58, 'Kenworth (Google Cloud Platform)'

Re: [google-appengine] Re: Using Process Managers

2018-07-27 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
> > > So GAE env itself or the Docker env provides nothing of this sort? > Not on GAE. For Docker, you can try look at restart policies and see if it fits your use-case. -- You received this message because you are su

Re: [google-appengine] Re: Transaction APIs in Google Actions

2018-07-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Glad to read that you solved your issue. Writing more detail with eventual documentation reference would help others who are faced with the same issue. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and st

[google-appengine] Re: Can't deploy NodeJs app with using IAM roles in a service account: error response 13: An internal error occurred

2018-07-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Error 13 is unfortunately uninformative. - Have you run the "gcloud auth login" command? [0] How did you authorize your account, exactly? - Do you get this error every time you try deploying from this machine? - Have you tried deploying the same project from a different machine? If you hav

[google-appengine] Re: Problems deploying NodeJs App - Error Response: [13] An internal error occurred.

2018-07-27 Thread edgaralexander via Google App Engine
You can see more in-depth description of the roles needed to deploy an application along with the permissions granted by the roles here: https://cloud.google.com/appengine/docs/standard/nodejs/access-control I believe you may have used the wrong combination of roles. Along with the 'App Engine A

Re: [google-appengine] Re: Transaction APIs in Google Actions

2018-07-27 Thread Roberto Vergallo
Hello George, I finally solved the problem. Transaction APIs are not required for bank implementations. Thank you for your valuable help, Roberto Il giorno giovedì 26 luglio 2018 22:32:33 UTC+2, George (Cloud Platform Support) ha scritto: > > Hello Roberto, > > Your solution has the best chance

[google-appengine] appcfg.py download_app HandshakeError ssl.c:726

2018-07-27 Thread Dzhovani Chemishanov
Hi all, I'm new to the list and I hope that it is appropriate to post this issue here. I'm trying to download the deployed code for an old project from appengine. The recommended and as far as I know only possible way is through using appcfg.py. However, every my attempt ends with handshake

[google-appengine] Change domain on Google VM

2018-07-27 Thread Ardhia Mangku Ikhsan
How do I change domain on Google VM? rather than creating the new one and deleting the old one -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appen

Re: [google-appengine] Re: React JS routers doesn't work

2018-07-27 Thread Birhanu Hailemariam
That looks like it. Changed the first handler to this */(.*) *and the send only to* / *and now got it work. Thanks, Jean! On Fri, Jul 27, 2018 at 12:26 AM 'Jean Juste-constant' via Google App Engine wrote: > It seems your first handlers is setting '/' with 'dist/index.html'. I > would change the