[google-appengine] Re: How to prevent sync bucket files from local cloud storage to server

2019-04-04 Thread diogoalmeida via Google App Engine
Hello. Cloud Storage buckets can be accessed from almost anywhere , so when you run the application locally you can already upload files to the Cloud Storage buckets within the Cloud Platform by using the Cloud Storage API or when you

Re: [google-appengine] Re: Getting GAE to use GZIP encoding in responses

2019-04-04 Thread 'Rahul Ravindran' via Google App Engine
We consider jpeg, mpeg and some file formats as not compressible and hence do not compress this content-type ~Rahul. On Thu, Apr 4, 2019 at 4:26 PM Joshua Smith wrote: > I didn’t get an answer in either place. But my experience has been that > this list tends to produce answers whereas SO is

Re: [google-appengine] Re: Getting GAE to use GZIP encoding in responses

2019-04-04 Thread Joshua Smith
I didn’t get an answer in either place. But my experience has been that this list tends to produce answers whereas SO is just asking into the void. > On Apr 4, 2019, at 5:42 PM, 'Nicolas (Google Cloud Platform Support)' via > Google App Engine wrote: > > > Hi Joshua, > > Thank you for

[google-appengine] Re: Getting GAE to use GZIP encoding in responses

2019-04-04 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Joshua, Thank you for posting here however I can see on your StackOverflow thread that the issue is resolved for you but would like to know the root cause of your issue. As this seems to be a bit more of a technical question you will probably have better answers from the community by

[google-appengine] Re: Network issues yesterday, left players with mis-cached files

2019-04-04 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Kaan, Thank you for bringing this issue to our attention however as Google Groups is more for general discussion about the products I would recommend to report a bug with Issue tracker. Here you can find a form for you

Re: [google-appengine] Node.js On Standard App Engine - Requires Enabling Billing?

2019-04-04 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Julien, As your question is more of a billing one I would suggest you reach the responsible support team. You can contact them here . You would have better assistance from them as Google Groups is intended for general

[google-appengine] I am new to google datastore. Looking at mapping between entities (Java)

2019-04-04 Thread tonycavanagh1929
Working through the examples, if I have say an entity person that has an entity address. I could create a EmbeddedEntity and add that to a Entity as a one to one mapping, I could even create a list make it a one to many. is that the only way, if I want separate storage, for say an object, with

[google-appengine] Re: Cloud Functions Triggers for Pub/Sub

2019-04-04 Thread ykarout via Google App Engine
Hello Laurens, As mentioned here , background functions are invoked at least once. The way Functions is set up internally is a "at least once" delivery system meaning you should expect duplicate invocations. Multiple

[google-appengine] Re: error in deploying python app

2019-04-04 Thread ykarout via Google App Engine
The message is "TimeoutSec should be less than checkIntervalSec", so it looks like an issue with your health check configuration in your app.yaml file . If the timeout value is less than the

[google-appengine] Re: Storing data (images) on google cloud storage from app engine Java

2019-04-04 Thread 'Julie (cloud platform support)' via Google App Engine
Sounds like your use case should work and you should be able to upload your files . You can use Cloud Storage on Firebase without significant change to your use case it seems. I don't believe