[google-appengine] Re: Should I install my website on GCA or GAE ?

2018-05-19 Thread 'Fady (Google Cloud Platform)' via Google App Engine
Hello Vianney, Checking your requirements, generally both can be achieved on either Google Compute Engine, or App Engine with the exception of sending emails per this example . You may check this document

Re: [google-appengine] Re: gcloud beta app deploy : This deployment has too many files

2018-05-19 Thread Esther Escobodo
yes On Sat, May 19, 2018, 12:46 PM Esther Escobodo wrote: > > > yes > > On Sat, May 19, 2018, 12:45 PM Ani Hatzis wrote: > >> Hey Lourdu Rajan, >> >> gcloud endpoints services deploy openapi.yaml >> Everything fine as expected. >> >> gcloud beta

Re: [google-appengine] Re: gcloud beta app deploy : This deployment has too many files

2018-05-19 Thread Ani Hatzis
Hey Lourdu Rajan, gcloud endpoints services deploy openapi.yaml Everything fine as expected. gcloud beta app deploy at some point confirmed the upload of 24 files: ╔╗╠═ Uploading 24 files to Google Cloud Storage ═╣

[google-appengine] Re: following directions for using "Getting Started with PhpStorm as Google App Engine PHP IDE"

2018-05-19 Thread Richard Bernstein
Here is a link to directions for setting up and running the "Hello World" app from phpStorm for anyone starting out

[google-appengine] Re: following directions for using "Getting Started with PhpStorm as Google App Engine PHP IDE"

2018-05-19 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi Richard, I like your idea to start from a simple 'Hello World' app. Since we do not have full visibility on the IDE, can you please try the official Quickstarts (Hello World app) of PHP on Google App Engine ? -- You received this message

[google-appengine] Re: running local webserver- getting error from app.yaml

2018-05-19 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi all. I am marking this issue as duplicate of the following thread . All discussions should occur on the below thread .

[google-appengine] Re: gcloud beta app deploy : This deployment has too many files

2018-05-19 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
@Lourdu You can try GitHub , Bitbucket , or similar repository tools. Preferably, post publicly only a skeleton app that would reproduce the issue. You mentioned files are < 250 kb but how many files do you have on your application? For

Re: [google-appengine] following directions for using "Getting Started with PhpStorm as Google App Engine PHP IDE"

2018-05-19 Thread Richard Bernstein
Thanks Oon. I did in fact load up python 2.7. I also stepped back my php version to 5.4. I developed my app using phpStorm and I see that they have a plugin and document called Getting Started with PhpStorm as Google App Engine PHP IDE

[google-appengine] too may health checks

2018-05-19 Thread Valerio M
Hey, When i connect to the docker container of my instance i see about 10 health checks/second: 130.211.1.74 - - [19/May/2018:08:36:11 +] "GET /_ah/health HTTP/1.1" 200 2346 "-" "GoogleHC/1.0" tracecontext="-" timestampSeconds="1526718971.02700" latencySeconds="0.004"

Re: [google-appengine] following directions for using "Getting Started with PhpStorm as Google App Engine PHP IDE"

2018-05-19 Thread oon arfiandwi
Hi Richard, python has 2 different branch, python 3 and python 2, and both still updated (at least until 2020). not all python 2 code can be interpreted correctly by python 3, because not all code are created as polyglot. As I know, Google App Engine for Python still using python 2.7 until now,

[google-appengine] Re: google app engine slow and timing out

2018-05-19 Thread Valerio M
Thanks for your answer, In fact the issue was caused by the connection with mongodb, which however did not crash the app, but kept it working basically just for the /index.html request. It's now solved thanks you On Friday, May 18, 2018 at 8:16:54 PM UTC+1, Jordan (Cloud Platform Support)

[google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-05-19 Thread 'Kai Wang' via Google App Engine
Hi Viataly, This change alone does not affect testbed. But we do plan to allow testbed to use datastore emulator too. Please stay tuned :) On Thursday, May 17, 2018 at 1:54:22 PM UTC-7, Vitaly Bogomolov wrote: > > Hi, Steren > > Our goal is to enable it by default in the future. >> > > Good

[google-appengine] running local webserver- getting error from app.yaml

2018-05-19 Thread Richard Bernstein
I try to start up my app with dev_appseerver.py c:\xampp\htdocs\sub_crud Sub_crud is where my codeigniter application is sitting. I have created an app.yaml below. When I run the above command I get ModuleNotFoundError: No module named 'setup'. I don't think this is the php application's error