[google-appengine] GAE Java 8: need urlfetch to communicate between modules

2019-04-16 Thread Bob Evans
Hi, After a bunch of experimentation I had to revert to the urlfetch handler ( < url-stream-handler>urlfetch) because calling our backends failed with a 302 redirect error. With the urlfetch handler, it works. This seems wrong. Please tell me how I should properly design this. Current

[google-appengine] Re: How to host images with direct link?

2019-04-16 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Rokas, You can make any object stored in Cloud Storage publicly accessible via its URL, by following the appropriate steps in the "Making Data Public" online document . -- You received this message

[google-appengine] [Newbie Questions] Setting up and test a local php app before deploying in QCP

2019-04-16 Thread Terry Middleton
Hello GAE Developers, I am wanting to develop a PHP app and deploy in the QCP. I'm so close, yet I'm missing something because I'm not there yet. Here's what I have done so far. - Downloaded the GCP SDK, PHP, App Engine, etc. I've actually walked through deploying an php application

[google-appengine] DevAppServerTest @Rule problem

2019-04-16 Thread Mariateresa Cava
Hi, I am having an issue using jUnit tests and handling exceptions in Java. I created my testClass with both the annotations @RunWith(DevAppServerTestRunner.class) and @DevAppServerTest(TestConfig.class) since I need to test a method that use some properties configured in my

[google-appengine] How to host images with direct link?

2019-04-16 Thread Rokas Ostasevičius
Hello, I am brand now to google cloud. Could you tell me please how ito host number of images on Google Clound and have a direct link to the image? e.g. *domain.com/image_name.jpg* -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] AppEngine Flexible: Docker Socket error

2019-04-16 Thread Dinçer Kavraal
Hi, The flexible environment with python fails deployments with: A = rebooting. A Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? A == Container: f4abd95b5a76 logs == A Cannot connect to the Docker daemon