[google-appengine] Re: Long running process - how to provide progress?

2018-01-23 Thread 'George (Cloud Platform Support)' via Google App Engine
For security reasons, the connections types you mention are not supported. Still, you can get the logging information you need by connecting to the instance, as detailed in the "Writing Application Logs" online document

[google-appengine] dd

2018-01-23 Thread Robin Donaldson
dd -- 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.com. To post to this group, send email to google-appengine@goog

[google-appengine] Re: Feedback on App Engine Task Queue

2018-01-23 Thread Edgar Doken
Been getting the same error too. Couldn't figure out what caused it. Were you able to fix it? On Sunday, December 24, 2017 at 6:15:01 PM UTC+1, Ravi Shanker wrote: > > Hello, > > One of our client I suggested to use AppEngine but when I tried to setup > demo app to show him getting error while

[google-appengine] Re: GAE Flex & session

2018-01-23 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, App Engine flexible doesn't do anything special regarding session/state support, which is handled at the level of the application's code. In case your code isn't accounting for them, you can read about the specific modifications that are done to requests before they are handed to your in

[google-appengine] Re: Configuring nginx-app.conf to find the /index.php files

2018-01-23 Thread Jay-Nicolas Hackleman
Am I running static files if I'm running php? I've asked the question on stack: https://stackoverflow.com/questions/48409013/how-do-i-configure-my-nginx-app-conf-file-to-serve-index-php-if-found-in-the-su On Tuesday, January 23, 2018 at 10:34:25 AM UTC-8, Jordan (Cloud Platform Support) wrote:

[google-appengine] Re: Keep receiving email stating" Summary of failures for Google Apps Script: Email Scheduler for Gmail" HELP

2018-01-23 Thread 'Navi Aujla (Google Cloud Support)' via Google App Engine
Hello Katie, As per this forum , you should be able to click on the link at the top which says click here and open the script. There must be trigger set up with the notifications which may r

[google-appengine] Re: I signed up for a free trial and yet my credit card is being charged. Why? How do I contact Google and ask them to include it in my free credit?

2018-01-23 Thread 'Jesse Scherer (Google Cloud Support)' via Google App Engine
Our colleagues on the billing support team can help you out: https://support.google.com/cloud/contact/cloud_platform_billing -- Jesse On Tuesday, January 23, 2018 at 9:18:16 AM UTC-5, Aseem Yash wrote: > > I signed up for a free trial and yet my credit card is being charged. > Is there any way w

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-01-23 Thread AntoineA
+1 - Also interested On Thursday, 18 January 2018 09:03:39 UTC-5, Ivan Aguirre wrote: > > Hi DeWitt, > > Do you have updates on this? Is there an issue tracker I can follow? > > best regards!! > > Em terça-feira, 19 de dezembro de 2017 07:59:08 UTC-2, Filipe Caldas > escreveu: >> >> Hi DeWitt, >>

[google-appengine] Long running process - how to provide progress?

2018-01-23 Thread David Brophy
One of the functions of my App Engine (Flexible) app is rather long running - perhaps 30 seconds or so, comprising of various download and compilation steps. I would like to provide feedback to the user as a series of log messages. This can be accomplished in various ways: 1) Open a WebScoket

[google-appengine] Re: Google App Engine Node.js TLS 1.2

2018-01-23 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Alex, I found this Stack Overflow question which explains how you can enforce the use of TLS 1.2 and of specific ciphers using NodeJS. Regarding Google's stance on TLS and ciphers, please read this a

[google-appengine] Re: Configuring nginx-app.conf to find the /index.php files

2018-01-23 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
You can serve static files by specifying the 'document_root' in your app.yaml, and App Engine will take care of configuring Nginx for you as described in the Serving Static Files documentation. - Note: Google Groups i

[google-appengine] Re: Taskqueue stub slower than needed in dev_appserver

2018-01-23 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
I have notified the engineering team of this and they are working on a fix. All further communications should occur in the Public Issue Tracker. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

[google-appengine] Keep receiving email stating" Summary of failures for Google Apps Script: Email Scheduler for Gmail" HELP

2018-01-23 Thread Katie Kay
I have absolutely no idea why I am receiving this email, it started about a month ago and every day I am receiving it. I have copied it below. I don't know what it's from, it says gmail scheduler, except I don't have a gmail scheduler. I recently added on an email @myowndomain but other than tha

[google-appengine] GAE Flex & session

2018-01-23 Thread massimo
My WebApp is a Java + Primefaces based ERP. Our user login generates a session, and makes AJAX calls in order to update content without refreshing or url changes. The JSF param "STATE_SAVING_METHOD" has a default value and actually works fine on GCE with Tomcat and on a local machine with Jetty

[google-appengine] Google App Engine Node.js TLS 1.2

2018-01-23 Thread Alex Komarovsky
Our application hosted on Google App Engine Node.js (Flexible Environment). We are now under review of security inspection and failing on the issue that our application supports TLS 1.0 and 1.1 versions. Is there a way to enforce the use of only TLS 1.2? And also block ciphers that are below

[google-appengine] I signed up for a free trial and yet my credit card is being charged. Why? How do I contact Google and ask them to include it in my free credit?

2018-01-23 Thread Aseem Yash
I signed up for a free trial and yet my credit card is being charged. Is there any way where I can make google include the remaining costs in my free trial credits? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this g

[google-appengine] Taskqueue stub slower than needed in dev_appserver

2018-01-23 Thread Attila-Mihaly Balazs
Hello all, Just a quick heads up: the taskqueue stub used by the Google AppEngine standard unittest framework (testbed - https://cloud.google.com/appengine/docs/standard/python/refdocs/google.appengine.ext.testbed) seems to parse your queue.yaml *for every operation* (like adding/deleting tas