Re: [google-appengine] Re: Cloud Storage suddenly providing a cached file despite "no-cache" metadata

2018-04-05 Thread Massimo Di Cosimo
Small update. At this moment, if I connect through the cellular network I get an old version of file, while if I connect through the wifi of my house (fixed connection) I get the latest file. Thanks, Massimo -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Course Buidling

2018-04-05 Thread Colton Kruschel
On Thursday, 5 April 2018 14:33:16 UTC-6, Colton Kruschel wrote: > > I am incredibly new to course building and have never coded in my life. > Right now I am struggling with deploying my app. It keeps telling me to > open a command prompt and then to get to my coursebuilder directory, I >

[google-appengine] Course Buidling

2018-04-05 Thread Colton Kruschel
I am incredibly new to course building and have never coded in my life. Right now I am struggling with deploying my app. It keeps telling me to open a command prompt and then to get to my coursebuilder directory, I honestly have no idea what that even means. -- You received this message

[google-appengine] Re: Google Cloud Profiling how to optimize my code by analyzing it?

2018-04-05 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The _tickCallback frame you see in the graph was called by the main root service you profiled. By clicking on that frame you will reveal the full name and file that defines this frame's process. It looks like this is the Node.js Event Loop

[google-appengine] Re: Laravel deployment using Google App Engine: No such file or directory

2018-04-05 Thread Alkaid Cruz Llanes
Hello Adeel, Have you finally solved this problem? On Friday, June 30, 2017 at 1:37:49 AM UTC-4, Adeel Ahmad wrote: > > Hello George, any update with the progress? Thanks! > > On Saturday, June 24, 2017 at 1:37:19 AM UTC+5, George (Cloud Platform > Support) wrote: >> >> Hi Adeel, >> >> Needing

Re: [google-appengine] Re: Cloud Storage suddenly providing a cached file despite "no-cache" metadata

2018-04-05 Thread Massimo Di Cosimo
Here are metadata: *Content-Type * *application/octet-stream* * Content-Encoding * * Content-Disposition * * Content-Language * * Cache-Control * *no-cache* I'm not sure about caching duration: at this moment I'm getting the file version of more than 10 hours ago, even if it was updated 13 times

[google-appengine] Re: Cloud Storage suddenly providing a cached file despite "no-cache" metadata

2018-04-05 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
QQ: Can you please provide your complete headers? And how long do the files get cached? -- 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] Cloud Storage suddenly providing a cached file despite "no-cache" metadata

2018-04-05 Thread Massimo Di Cosimo
Hi, I've been using the Storage service for years but starting from yesterday I'm having a problem. I'm getting a cached version of the files even if I put the "no-cache" option in Cache-Control. Was there any recent change that I should be aware of? Thank you, Max -- You received this

[google-appengine] Re: How to invalidate cashed URL response from GAE “server: Google Frontend”

2018-04-05 Thread Attila-Mihaly Balazs
AFAIK you can't. But remember - by putting those header there you allow anyone - including your client's browsers to cache that page for one hour. So even if you could purge / update the google frontend cache, the clients wouldn't see the update anyway if they have it in their cache (unless