[google-appengine] Re: App Engine Flexible NodeJS App adding Http2 in Nginx web server.

2018-07-13 Thread wangjulie via Google App Engine
As long as your application serves over HTTPS, the servers automatically negotiate HTTP/2 so you won't need to modify your application as detailed by this Google Cloud Platform Blog post . -

[google-appengine] Re: Unable to download file from google cloud storage with it's original name.

2018-07-09 Thread wangjulie via Google App Engine
There isn’t a Cloud Storage limit of 30 MB for downloading objects so downloading directly from Cloud Storage should not limit the download size to 30 MB. If you are downloading from App Engine there is a 32 MB limit

[google-appengine] Re: Unable to download file from google cloud storage with it's original name.

2018-07-05 Thread wangjulie via Google App Engine
Folders are used to help organize objects in the Cloud Storage, they do not actually exist in a hierarchical structure . Since the objects do not exist in subdirectories, the name of an object is the object name as wel