Re: [google-appengine] Re: Node.js standard and urlfetch

2018-07-09 Thread Aleksander Efremov
Yes, I use `http`/`https` native libraries and I use streaming of course when it's possible. But as I understood from the AppEngine documentation, streaming doesn't work and all responses are buffered in any case. Do you know why streaming isn't ready yet and when it will possible? On Monday,

[google-appengine] Re: Delete app engine app

2018-07-09 Thread Nathaniel Anderson
To disable an application; visit the Cloud Console > App Engine > Settings > Disable Application button On Wednesday, May 11, 2016 at 11:16:01

Re: [google-appengine] Re: Node.js standard and urlfetch

2018-07-09 Thread Jason Collins
For nodejs8, you do not need the Sockets API. In fact, it's not even possible. Just connect to other servers like you would in a VM environment. On Mon, Jul 9, 2018 at 12:35 PM Attila-Mihaly Balazs wrote: > ^^^ This. > > However, Steren, please correct me if I'm wrong but I believe that to use

Re: [google-appengine] Re: Node.js standard and urlfetch

2018-07-09 Thread 'Yasser Karout (Cloud Platform Support)' via Google App Engine
As a workaround to this, you can use the Blobstore API which allows users to upload large files through an HTML form. The browser uploads and stores the file directly to the Blobstore then rewrites the user's request. The data is sent using blob keys to the URL path specified. The

[google-appengine] browsing UK sites using google cloud server

2018-07-09 Thread Alex webb
hi guys, can anyone help, i set up an instant on my server for zone europ west 2 (london) and for some reason whenever i browse chrome it is bringing up USA sites only can anybody help please -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[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] Google App Engine Upload File to API Directory

2018-07-09 Thread belfner
I was wondering if there was a way to upload a ZIP file to the working directory of my google endpoints API. I would like the API to read the file without having to retrieve it from google storage or some other place. Any help is greatly appreciated. Thanks. -- You received this message

Re: [google-appengine] Re: Node.js standard and urlfetch

2018-07-09 Thread Attila-Mihaly Balazs
^^^ This. However, Steren, please correct me if I'm wrong but I believe that to use the "idiomatic methods to send asynchronous requests to HTTP endpoints" one needs to enable "sockets": https://cloud.google.com/appengine/docs/standard/python/sockets/ (and also needs to be a paying

[google-appengine] Re: Autoscaling with Flex

2018-07-09 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As Jeff mentioned, when you are already receiving traffic, App Engine will perform automatic scaling to meet the requirements of your traffic to reduce user-facing cold starts. So setting up an automated system to change your instance count would be competing with automatic scaling, and it is

[google-appengine] Re: Project moved to some organization by mistake. How to fix?

2018-07-09 Thread 'George (Cloud Platform Support)' via Google App Engine
Project migration isn't reversible. After a project is associated with an organization, you can't change it back to *No organization* or move it to another organization on your own. If you want to move a project after it's associated with an organization, contact GCP Premium Support

[google-appengine] Re: Change the automatic scaling minimum number of instances at different times of day?

2018-07-09 Thread 'Nathan (Cloud Platform support)' via Google App Engine
The document that have that information is the Resource: Version . You can look for the description for the env

Re: [google-appengine] Re: Node.js OPN module not function in GAE but working local

2018-07-09 Thread 'Steren Giannini' via Google App Engine
I agree that Stackoverflow is a better fit. The 'opn' module seem to open a web browser or image viewer on the local machine. Can you detail what do you expect it to do when running on an App Engine server? This seems to be working as intended: this module is dedicated to be used on a machine

[google-appengine] Re: PHP 7 in Standard Environment?

2018-07-09 Thread 'Issac Trotts' via Google App Engine
We have an alpha release: https://goo.gl/qpQg5k. On Friday, July 6, 2018 at 5:41:21 PM UTC-7, Ron Van Hyfte wrote: > > Will the standard environment eventually have support for PHP 7.x? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

Re: [google-appengine] Re: Flex vs Standard - Feature Comparison

2018-07-09 Thread 'Steren Giannini' via Google App Engine
The difference will vary based on the language. We provide per-language comparison pages (example for Node ) when you click on a language on https://cloud.google.com/appengine/docs/ Steren Product Manager App Engine On Wed, Jul 4, 2018 at 12:42

Re: [google-appengine] PHP 7 in Standard Environment?

2018-07-09 Thread 'Steren Giannini' via Google App Engine
Hi, PHP 7 on App Engine Standard is currently in Alpha. You can request access by filling this form: https://goo.gl/qpQg5k Looking forward to hearing your feedback Steren Product Manager App Engine On Fri, Jul 6, 2018 at 5:41 PM Ron Van Hyfte wrote: > Will the standard environment eventually

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

2018-07-09 Thread 'Steren Giannini' via Google App Engine
Hi, Indeed, for the moment, Node.js on App Engine Standard requires a billing account. This is because it directly uses Cloud Container Builder. But note that it has the same free tier as other Standard runtimes: Having a billing account does not mean you will have to pay for your project. We

Re: [google-appengine] Re: Node.js standard and urlfetch

2018-07-09 Thread 'Steren Giannini' via Google App Engine
Hi, As commented on the bug: It is not clear what problem a Node.js implementation of urlfetch would solve. Today, developers can use idiomatic methods to send asynchronous requests to HTTP endpoints, for example by using the native `http` module. Did you try it? Steren Product Manager App

[google-appengine] Re: OPN Module not working in GAE but working in my localhost

2018-07-09 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
A thread like this is off-topic for Google Groups, and should be posted to StackOverflow . This forum isn't meant for specific 1-on-1 technical issues, but for general discussion of the platform and its services. With StackOverflow

[google-appengine] Re: Node.js OPN module not function in GAE but working local

2018-07-09 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
A thread like this is off-topic for Google Groups, and should be posted to StackOverflow . This forum isn't meant for specific 1-on-1 technical issues, but for general discussion of the platform and its services. With StackOverflow

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

2018-07-09 Thread Nagaraju Devisetti
I have tried this but unable to download more than 30 mb file. On Wednesday, July 4, 2018 at 9:45:01 PM UTC+5:30, Nagaraju Devisetti wrote: > > I am uploading the files to sub folders for identifying specific user > files, but here file is downloading with path. > I didn't find any solution for