[google-appengine] Google Cloud Signup Error

2022-04-17 Thread Alex Kielkucki
I am trying to sign up for google cloud but get an infinite loading screen when I do so. Example: [image: Screenshot 2022-04-14 211642.jpg] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

Re: [google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-09 Thread 'Alex Martelli' via Google App Engine
according to datanami <https://www.datanami.com/2021/05/26/three-reasons-python-is-the-ai-lingua-franca/>, and so forth). Javascript is #7 on TIOBE's list and #5 on the IEEE's, by the way. Alex -- You received this message because you are subscribed to the Google Groups "Googl

[google-appengine] How to debug 30 minute latency spikes on instance ?

2021-03-09 Thread 'Alex Fox' via Google App Engine
. Is there any way to determine what is causing this? Thanks! Alex -- 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+unsubscr...@google

[google-appengine] Re: What's the best way to keep Requirements up-to-date?

2021-01-11 Thread Alex
v.pypa.io/en/latest/basics/#example-pipfile-pipfile-lock > > On Friday, January 8, 2021 at 10:24:00 AM UTC+1 Alex wrote: > >> I'm on GAE standard but I don't think that makes a difference. The thread >> you share is interesting but goes into the direction of having versioned

[google-appengine] Re: What's the best way to keep Requirements up-to-date?

2021-01-08 Thread Alex
Elliott (Cloud Platform Support) wrote: > Hello Alex, > > From your description, you’ve decided not to version your requirements.txt > in Python. This is not a crazy approach but there are alternatives. I’m > assuming you’re using App Engine Flex. I was able to find a document

[google-appengine] What's the best way to keep Requirements up-to-date?

2021-01-06 Thread Alex
Hi all, Would love to hear your views on this. I run a Python app on GAE. I have quite a few packages in my requirements.txt file, and I made the choice to not version them. Which I understand means the latest version of each requirement at the time of the project build will be used. • Is

[google-appengine] Will websockets ever come to GAE standard env?

2021-01-04 Thread 'Alex Fox' via Google App Engine
I have an application running on standard env but I now need websocket functionality. Is this likely to come to the standard env soon or should I switch to flex? Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

Re: [google-appengine] Re: Nodejs Websockets with standard environment

2021-01-04 Thread 'Alex Fox' via Google App Engine
I heard that websockets for standard env is in the works, do we have an estimated launch date or is it just a rumour? On Friday, November 20, 2020 at 3:18:08 AM UTC sujeshth...@gmail.com wrote: > Standard environment does not support we sockets yet. >

Re: [google-appengine] GAE free tier network question

2020-11-22 Thread Alex Chambers
Thanks, that helps me a lot :) On Sunday, 22 November 2020 at 18:09:40 UTC matt wrote: > There's no limit on outgoing bandwidth, but only the first 1GB/day is free. > > see https://cloud.google.com/appengine/quotas#Requests > > On Sun, Nov 22, 2020 at 12:02 PM Alex Chambers &

[google-appengine] GAE free tier network question

2020-11-22 Thread Alex Chambers
Hi, I'm going to be deploying an app that serves a static website. The website has several JS and CSS files to serve - I created it in wordpress on localhost and will transfer the static files to GAE. Is there a limit to bandwidth when serving this website to users? Thanks -- You received

[google-appengine] Re: Google App Engine: versioning with custom sub domains

2020-07-15 Thread 'Alex Fox' via Google App Engine
Hey Alexander, This sounds like the functionality I want. Perhaps I need to experiment with a wild card certificate and avoid using the sub domains. Thanks, Alex On Tuesday, July 14, 2020 at 4:04:38 PM UTC+1 a.not...@gmail.com wrote: > Alex, > > We are doing just what you describe,

[google-appengine] Google App Engine: versioning with custom sub domains

2020-07-10 Thread 'Alex Fox' via Google App Engine
I'm trying to setup GAE with a custom sub domain and a specific version url. For example I have an app running with the following setup *VERSION_ID: 1234* *SERVICE_ID: my-app* *PROJECT_ID: my-project* The provided url *https://1234-dot-my-app-dot-my-project.ew.r.appspot.com* works fine. But I

Re: [google-appengine] Re: [Unimportant] Old Python 2.7 Users: Anyway to shrink the local .rdbms / reduce it's size?

2020-06-29 Thread 'Alex Martelli' via Google App Engine
Always glad to help! Alex On Mon, Jun 29, 2020 at 7:29 AM Kaan Soral wrote: > Thank you so much Alex, dropped from 215 to 10 :) > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from t

Re: [google-appengine] Re: [Unimportant] Old Python 2.7 Users: Anyway to shrink the local .rdbms / reduce it's size?

2020-06-22 Thread 'Alex Martelli' via Google App Engine
to-shrink-sqlite-database , with an sqlite CLI like per https://sqlite.org/cli.html . Alex > > On Monday, June 22, 2020 at 6:26:43 PM UTC+3, Jose V wrote: >> >> Hi, Could you please elaborate further on which GCP database system are >> you using? >> >> On Saturday,

[google-appengine] Re: Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-06-02 Thread 'Alex Fox' via Google App Engine
But what if the build file is within a sub directory, how can you set the dir to be its parent? On Monday, June 1, 2020 at 8:44:27 PM UTC+1, David (Cloud Platform Support) wrote: > > When you use the dir field in a build step, you are setting the working > directory to its value and in this

[google-appengine] Re: Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-05-29 Thread 'Alex Fox' via Google App Engine
or something like that. This leads me to believe I need to specify the source for the build step, but if I am running the cloudbuild from within a subfolder how do I escape up the folder tree, e.g. ../../ ? On Friday, May 29, 2020 at 2:29:28 PM UTC+1, Olu wrote: > > Hello, Alex > > Ca

[google-appengine] Google Cloud Build - build.yaml & app.yaml in a sub directory not building correct source

2020-05-29 Thread 'Alex Fox' via Google App Engine
Hey, I'm having trouble setting up my yaml files for google app engine. The configuration works correctly when my app.yaml file is in the root of the project but if it is within a subdirectory it does not build the correct source. I suspect I need to set the `dir:` option in the build config,

Re: [google-appengine] Re: Any more migration stories?

2020-05-07 Thread 'Alex Martelli' via Google App Engine
of coverage I hold Python code in .py files to. There ARE ways to unit test code hidden in Jinja, and I plan to research and apply them, but the error I made as a tech lead in not insisting on such testing earlier is yet another confirmation of how precious unit tests ARE!-) Alex On Thu, May 7, 2020 at 3

[google-appengine] Re: next.js app taking 15-25 seconds to load from “cold” on google app engine

2020-04-22 Thread 'Alex Fox' via Google App Engine
Yes. I have implemented the warm up requests which has improved the performance greatly. So I understand, when a new instance is created what commands are run? Does it have to do a npm install and copy over resources, or is there more? Thanks! On Tuesday, April 21, 2020 at 7:12:24 PM

[google-appengine] Re: next.js app taking 15-25 seconds to load from “cold” on google app engine

2020-04-21 Thread 'Alex Fox' via Google App Engine
andler, is it > accidentally doing REST Calls, etc etc? > Do you use a custom server that might be doing something odd? > > > > > > > On Monday, April 20, 2020 at 7:25:37 AM UTC-5, Alex Fox wrote: >> >> >> I am deploying a next.js app to a Google App Engine

[google-appengine] next.js app taking 15-25 seconds to load from “cold” on google app engine

2020-04-20 Thread 'Alex Fox' via Google App Engine
ild before it eventually deploys.. Any pointers would be immensely appreciated! Alex -- 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 goo

Re: [google-appengine] Re: Any GAE Profiler for Flask

2020-01-13 Thread 'Alex Martelli' via Google App Engine
qually valid: “What’s your favorite __?” """ quoting from https://stackoverflow.com/help/dont-ask , the key resource about questions NOT to ask on Stackoverflow (that help page's content should ideally be committed to memory:-). Alex On Mon, Jan 13, 2020 at 7:55 AM 'George (Cloud Platform

Re: [google-appengine] Re: 502 Bad Gateway Please try again in 30 seconds... :(

2019-12-18 Thread 'Alex Martelli' via Google App Engine
workaround. As an aside, and as a personal suggestion, I would recommend studying and following Eric Raymond's "How to ask questions the smart way", http://www.catb.org/~esr/faqs/smart-questions.html . I've found that I get much prompter, more complete, and more useful answers to my questi

[google-appengine] Firebase Cloud Functions on Client (vue.js) to access Back-End API data hosted on GAE PHP

2019-10-10 Thread Alex Gillis
make sense or am I introducing a middle man unnecessarily? Thank you, Alex -- 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+unsubscr

Re: [google-appengine] Datastore export as JSON format

2019-08-27 Thread 'Alex Martelli' via Google App Engine
, would be to install Python 2 (it's going end-of-life on Jan 1, but that's months from now) and try running that code with Pytjon 2 (2.7, of course, the last release of that family) as it's clearly meant to be run. Alex On Mon, Aug 26, 2019 at 6:13 PM Han Ju Kim wrote: > This is my log. Whe

Re: [google-appengine] How to redirect www.mysite.appspot.com to mysite.appspot.com

2019-08-13 Thread 'Alex Martelli' via Google App Engine
django] and the like) seem able to help. Alex On Tue, Aug 13, 2019 at 9:43 AM David Smith wrote: > Hi, I've asked this question on stackoverflow but it's not getting much > attention: > > > https://stackoverflow.com/questions/57470503/how-to-avoid-potential-security-issue-if-users-

Re: [google-appengine] Re: How do you use the Objectify object mapper?

2019-02-28 Thread 'Alex Martelli' via Google App Engine
Surveys are totally inappropriate for StackOverflow and would get you banned from the site pretty fast. On the contrary, I think this google group is perfectly reasonable for such general discussions. Alex On Thu, Feb 28, 2019 at 11:13 AM 'George (Cloud Platform Support)' via Google App Engine

Re: [google-appengine] Re: webapp2 example for 2nd gen standard GAE Python3

2018-09-15 Thread 'Alex Martelli' via Google App Engine
existing webapp2 projects from Python 2.7 to 3.7 (though other issues such as ndb may loom larger; for that, maybe https://github.com/Bogdanp/anom-py might be of some help). Alex > [1] https://webapp2.readthedocs.io/en/latest/# > [2] https://cloud.google.com/appengine/docs/standard/py

[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: Using App Engine Flexible behind a CDN (Fastly)

2018-05-18 Thread Alex G
@George, is Google Cloud CDN compatible with App Engine (Flexible)? I thought it was just possible to use it with GCE. On Tuesday, May 15, 2018 at 1:57:16 PM UTC+2, Alex G wrote: > > We are currently using Fastly as our CDN that reads from the origin App > Engine Flexible (GAE)

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-16 Thread Alex G
, if there is a valid certificate for mydomainA.com on App Engine (which should be automatic <https://cloudplatform.googleblog.com/2017/09/introducing-managed-SSL-for-Google-App-Engine.html>), then you can do a request to https://mydomainB.com/. On Tuesday, May 15, 2018 at 1:57:16 PM UTC+2, Alex G

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-16 Thread Alex G
ared towards Compute Engine, where you need to configure the load balancer. AFAIK, GAE abstracts this from us, so we have no way of dealing with the load balancer. On Tuesday, May 15, 2018 at 1:57:16 PM UTC+2, Alex G wrote: > > We are currently using Fastly as our CDN that reads from the ori

[google-appengine] Re: Using App Engine Flexible behind a CDN (Fastly)

2018-05-15 Thread Alex G
Thanks for your reply, George. Isn't the GAE load balancer hidden to the user? On Tuesday, May 15, 2018 at 1:57:16 PM UTC+2, Alex G wrote: > > We are currently using Fastly as our CDN that reads from the origin App > Engine Flexible (GAE) app. When trying to enable a TLS connectio

[google-appengine] Using App Engine Flexible behind a CDN (Fastly)

2018-05-15 Thread Alex G
We are currently using Fastly as our CDN that reads from the origin App Engine Flexible (GAE) app. When trying to enable a TLS connection between Fastly and GAE, we have noticed that ghs.googlehosted.com does not support TLS. We have also tried using myapp.appspot.com as the origin, but a 404

[google-appengine] Re: What is the best way to manage env vars in App Engine (flexible environment)?

2018-05-15 Thread Alex G
We ended up doing something similar to what Ani suggests. However, we are now considering this new feature (beta): https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables On Saturday, September 9, 2017 at 4:20:44 PM UTC+2, Alex G wrote

[google-appengine] gcloud datastore export

2018-03-06 Thread alex
Is there any way how to convert files generated by gcloud datastore export to human readable format (fx csv or json)? I tried -format, but it is used for formatting command response (logically) tx, alex -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] AppEngine/General Cold/Bulk Email Advice

2018-03-04 Thread Alex Vine
> > Hi, If you still need some advices about cold mailing, I would say that > what is the most important is good personalization at your CM. People > should not feel that they found SPAM in their inbox, but an offer that was > prepared just for them. Then, to make it work, think about

Re: [google-appengine] Re: Google App Engine Node.js TLS 1.2

2018-01-25 Thread Alex Komarovsky
Thanks. That make sense. Now my follow up question. Can we control the ssl policy on the load balancer? On Jan 25, 2018 20:40, "'Kenworth (Google Cloud Platform)' via Google App Engine" wrote: > SSL is terminated at the load balancer. Then the load balancer

[google-appengine] Re: Google App Engine Node.js TLS 1.2

2018-01-24 Thread Alex Komarovsky
load balancer <https://cloud.google.com/compute/docs/load-balancing/ssl-policies#working_with_ssl_policies> ? On Tuesday, January 23, 2018 at 9:26:24 PM UTC+2, Yannick (Cloud Platform Support) wrote: > > Hello Alex, I found this Stack Overflow question > <https://stackover

[google-appengine] Google App Engine Node.js TLS 1.2

2018-01-23 Thread Alex Komarovsky
Our application hosted on Google App Engine Node.js (Flexible Environment). We are now under review of security inspection and failing on the issue that our application supports TLS 1.0 and 1.1 versions. Is there a way to enforce the use of only TLS 1.2? And also block ciphers that are

[google-appengine] Re: Writing Datastore controller for appengine and GCE?

2017-11-20 Thread Alex Buchanan
Ah, well, I have been digging through that documentation for weeks now, on and off. There is quite a bit of it, so I missed that note. Thanks for pointing it out. It took me awhile to realize that there were even two separate Go APIs. Maybe I skim too much. I ended up rewriting my api calls to

[google-appengine] Writing Datastore controller for appengine and GCE?

2017-11-19 Thread Alex Buchanan
/appengine/datastore, with a different API. I'd like to use the standard environment if possible. Is there a way to use cloud.google.com/go/datastore from the Appengine standard environment? Thanks, Alex For reference, the code is here: https://github.com/buchanae/funnel/tree/datastore-2/server

[google-appengine] Re: Is there a way to get geolocation when the user is behind a proxy?

2017-09-29 Thread Alex G
(Cloud Platform Support) wrote: > > Hello Alex, > > Proxies will usually use the X-Forwarded-For header to denote which IP the > request originated from. You may do your own geolocation based on that > value. > > As for getting X-AppEngine-Country to use

[google-appengine] Is there a way to get geolocation when the user is behind a proxy?

2017-09-28 Thread Alex G
I'm using Varnish (Fastly) between the user and App Engine (flexible). When I read the X-AppEngine-Country header it seems it is getting the IP from the proxy. This happens even when I set app.enable('trust proxy') in Express. Is there a way

[google-appengine] Re: When to use PubSub vs Task Queues

2017-09-24 Thread Alex Buchanan
As of today though, what are the advantages to using Pub/Sub over Pull Queues? For example, are there any time or scale limits to using Pull Queues that Pub/Sub resolves? Thanks, Alex On Friday, February 3, 2017 at 10:30:54 AM UTC-8, Kim Lewandowski wrote: > > Hi Joshua -- > >

[google-appengine] Certificate Mismatch

2017-09-13 Thread Alex Mungai
Hi I recently uploaded a security certificate to my application and since then I've getting this error now and then. *domain.com uses an invalid security certificate. * *The certificate is only valid for the following names: *.appspot-preview.com, *.appspot.com, *.thinkwithgoogle.com,

[google-appengine] ERR_CERT_COMMON_NAME_INVALID

2017-09-13 Thread Alex Mungai
Hi Am experiencing this issue after uploading my HTTPS certificate. Sometimes the url goes through and at times it fails. Any help will be highly appreciated. Thanks in advance.

[google-appengine] What is the best way to manage env vars in App Engine (flexible environment)?

2017-09-09 Thread Alex G
Moving our apps from Heroku to App Engine has been great, but there are a few things that we miss. In particular, having a way to define config variables in Cloud Console would be great. We have tried a couple of approaches but none are

Re: [google-appengine] Re: Very slow fetch page queries

2017-09-02 Thread 'Alex Martelli' via Google App Engine
To fetch only some of an entity's properties, consider a projection query, e.g https://cloud.google.com/appengine/docs/standard/python/datastore/projectionqueries Alex On Sat, Sep 2, 2017 at 6:41 PM, Richard Cheesmar <chezand...@gmail.com> wrote: > Hi, Yannick, > > I have s

[google-appengine] Re: App Engine (flexible) instances starting every 30 seconds

2017-09-01 Thread Alex G
Sorry for posting it in the wrong place. I've now submitted an issue . On Thursday, August 31, 2017 at 11:01:18 PM UTC+2, Jordan (Cloud Platform Support) wrote: > > Google Groups is meant for general product discussions and not for > technical

[google-appengine] App Engine (flexible) instances starting every 30 seconds

2017-08-31 Thread Alex G
Hi, I'm running a Node app on App Engine flexible environment. The app is very flaky and many requests are now failing. I've looked into the logs and it seems the 2 instances that the app has are being started every ~30 seconds. I've enabled the Updated Health Checks

Re: [google-appengine] Re: Cloud Tasks ETA?

2017-08-27 Thread 'Alex Martelli' via Google App Engine
ad of time, any public information on ETAs and other items on its roadmap, inferring anything from the lack of such hardly-ever-seen announcements is trying to create information out of lack-of-information... not well founded. Alex -- You received this message because you are subscribed to th

Re: [google-appengine] Is App Engine good for students?

2017-08-16 Thread 'Alex Martelli' via Google App Engine
. The main difference for your use case seems to be that Standard does not currently support nodejs -- just Python, Go, Java, and PHP. If this is a blocker for you, then I fear we don't currently have an always-free App Engine Flex solution (just App Engine Standard and Compute Engine). Alex On W

Re: [google-appengine] Re: Exceeded soft private memory limit of 128 MB with 128 MB after servicing 238 requests total

2017-08-07 Thread 'Alex Martelli' via Google App Engine
keep track of its resource consumption (e.g to help pick the best instance class to use). Alex > > Thanks, > PK > > On Sunday, July 30, 2017 at 9:03:22 AM UTC-7, Richard Cheesmar wrote: >> >> I am seeing more of these, these days. >> >> I just got

Re: [google-appengine] Re: Exceeded soft private memory limit of 128 MB with 128 MB after servicing 238 requests total

2017-08-05 Thread 'Alex Martelli' via Google App Engine
http://jinja.pocoo.org/docs/2.9/api/#jinja2.Environment for more details. Alex On Fri, Aug 4, 2017 at 11:58 PM, Richard Cheesmar <chezand...@gmail.com> wrote: > Hi, Atilla, > > I'm using Python and I do use Jinja2 templates. The inconsistency is what > baffles me. I seems to

Re: [google-appengine] How to use google app engine

2017-08-01 Thread 'Alex Martelli' via Google App Engine
-popular-introductory-teaching-language-at-top-u-s-universities/fulltext . (Of course, I could be biased:-). Alex On Tue, Aug 1, 2017 at 9:49 AM, Muthu Krishnan <muthu7.kr...@gmail.com> wrote: > Hi, > I am basically non- technical person willg to learn more about the google > app en

Re: [google-appengine] Re: App Engine Python and Java community support has moved to Stack Overflow

2017-07-18 Thread 'Alex Martelli' via Google App Engine
The news you're replying to, dated Friday, March 23, 2012, are, of course, somewhat old. Anyway, to post questions on Stack Overflow, no reputation is needed. Check out the process as explained in detail at http://www.wikihow.com/Ask-a-Question-on-Stack-Overflow . Alex On Tue, Jul 18, 2017

[google-appengine] gCloud - 162.0.0 - Release Notes

2017-07-13 Thread alex
Google App Engine - Added support for standard scheduler settings. What it means exactly? I can't find any additional info. thx, alex -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this grou

Re: [google-appengine] visualization of classification result using color palette

2017-07-10 Thread 'Alex Martelli' via Google App Engine
. Thanks, Alex On Mon, Jul 10, 2017 at 9:35 AM, Marieke Laengner < laeng...@geophysik.uni-kiel.de> wrote: > Hi, > > I wrote a script in Google Earth Engine which performs a landuse > classification. I gave every class its own color (e.g. urban areas = red). > For the web app

Re: [google-appengine] appengine datastore model for twitter like showing posts from users followed

2017-06-15 Thread 'Alex Martelli' via Google App Engine
adding/removing a follower relationship minutely slower, but surely that's a far rarer operation than displaying appropriate lists of posts. For more on denormalization, start e.g. from https://en.wikipedia.org/wiki/Denormalization . Alex On Thu, Jun 15, 2017 at 4:19 AM, Suresh Jeevanandam <jm.

Re: [google-appengine] Re: Controlling the maximum number of instances / service in App Engine Standard?

2017-06-11 Thread 'Alex Martelli' via Google App Engine
On Sun, Jun 11, 2017 at 8:56 AM, Attila-Mihaly Balazs <dify@gmail.com> wrote: > Thank you Alex for articulating the reasons so clearly. > > To sum it up: in the current setup you can't use Django on AppEngine with > FE instances (and CloudSQL) since you can pretty easy DoS

Re: [google-appengine] Architectural advice needed: background report generation

2017-06-10 Thread 'Alex Martelli' via Google App Engine
esources that are inevitably shared by both services, which should be limited to the database (Cloud SQL, in your case). If your provision your Cloud SQL component adequately, that should not prove to be a problem in practice; I do not believe (though I'll gladly accept correction here!) that Clou

Re: [google-appengine] Setting datasource's maximumPoolSize with a HikariDataSource on AppEngine with Cloud SQL

2017-06-08 Thread 'Alex Martelli' via Google App Engine
zes within it in particular. The general approach is: prepare a "load test" reproducing the relevant set of interactions you want to optimize your tuning parameters for; run the load test with different tuning parameters settings, measuring the performance effect of each such setting;

Re: [google-appengine] Re: Controlling the maximum number of instances / service in App Engine Standard?

2017-05-26 Thread 'Alex Martelli' via Google App Engine
tances -- N being at most 4,000 but maybe less if avoiding overload on the CloudSQL server improves things; also, that 12 may be negotiable downwards if fewer connections in the per-instance pool improve things). Alex > > Jeff > > On Thu, May 25, 2017 at 1:14 PM, 'Nicholas (Googl

[google-appengine] Flexible environment and GZip support

2017-05-24 Thread Alex Denisov
Hi there, We are using flexible environment and currently facing a problem with GZip. Several months ago when flex environment was in beta, we were able to use gzipped content by sending proper Accept-Encoding and User-Agent headers. A couple of weeks ago we completely switched to the flexible

Re: [google-appengine] Is it possible to contribute to the GAE standard SDK?

2017-05-18 Thread 'Alex Martelli' via Google App Engine
(just happen to be top hit on my web search for that:-). (Italiano, my first language, and Français, my second one, also fine for private communication, though English, my third one, is the only language supported on these forums). Alex On Thu, May 18, 2017 at 12:55 PM, Ivo Bellin Salarin

Re: [google-appengine] Re: app.yaml resources suggestions for static hosting

2017-05-15 Thread 'Alex Martelli' via Google App Engine
m/storage/>. Here's a tutorial <https://cloud.google.com/storage/docs/hosting-static-website> on how best to achieve this. Alex On Mon, May 15, 2017 at 5:28 PM, Blaine Garrett <bla...@blainegarrett.com> wrote: > If you are only doing static code (i.e. express is just serving file

Re: [google-appengine] NSA on Python Frameworks ?

2017-04-09 Thread 'Alex Martelli' via Google App Engine
em, but it seems flask and WTForms integrate well, e.g, see http://exploreflask.com/en/latest/forms.html . Alex > > BR, > Johan > > Op zaterdag 8 april 2017 11:39:52 UTC+2 schreef timh: > >> I will chuck in my 2c worth ;-) >> >> I prefer pyramid. (and chamele

Re: [google-appengine] NSA on Python Frameworks ?

2017-04-06 Thread 'Alex Martelli' via Google App Engine
On Thu, Apr 6, 2017 at 8:10 AM, Johan Mutsaerts <joh...@b-advised.org> wrote: > Thanks Alex, > > Great you concur on GAE & Python as good choices for the enterprise web > application developer's toolkit (perhaps a good title for a new book?). > You seem to be in favor of

Re: [google-appengine] NSA on Python Frameworks ?

2017-04-05 Thread 'Alex Martelli' via Google App Engine
.. > I want to invest the time and effort to re-tool and up-skill, but as a > *N*ewbie > *S*eeking *A*dvice on Python Frameworks, I could use some solid advice > from you. > HTH! Alex > > Thx & BR. > > -- > You received this message because you are subscri

[google-appengine] Re: Google App Engine Application Deployment Fails

2017-03-29 Thread 'Alex (Cloud Platform Support)' via Google App Engine
error. - The full stack trace of your returned error. Also, in case you open a new thread on the previously referenced tracker, it would be important to post a link to it here. This way you will enable anyone reading this post to follow your issue’s resolution. Regards, Alex -- You re

[google-appengine] Re: Start page not shown

2017-03-27 Thread 'Alex (Cloud Platform Support)' via Google App Engine
to “runtime: php55” as specified in this app.yaml Reference example <https://cloud.google.com/appengine/docs/standard/php/config/appref> may solve your issue. Regards, Alex -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: How to point only subdomain of a site hosted on 1and1.com to google app engine application

2017-03-24 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Haider, This appears to be a request for 1-on-1 assistance with a technical issue specific to your development. This isn't the right forum to look for help on such a question, which is perfectly suited to stackoverflow.com. This forum, on the other hand, is meant for more general

[google-appengine] Re: Upload files to appspot.com

2017-03-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Fabio, In order to help you further, I will need you to provide a additional details concerning which types of files are you looking to upload? In case you are looking to upload pictures (jpeg file format), you would need to first download the source code of your app using this

[google-appengine] Re: ProtoRPC: has the field number an impact on performances?

2017-03-20 Thread 'Alex (Cloud Platform Support)' via Google App Engine
, thus on the performance of the exchanges. Also, here is the possible Encoding documentation <https://developers.google.com/protocol-buffers/docs/encoding> you were referring to. Regards, Alex -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: Blank Page / HTTP 500

2017-03-20 Thread 'Alex (Cloud Platform Support)' via Google App Engine
to do it? Also, in case providing the IP address wasn’t intentional, I would suggest editing your previous post and remove the screenshot. Regards, Alex -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Re: Flexible Environment deployments are not supported in the apps region 'europe-west'.

2017-03-17 Thread 'Alex (Cloud Platform Support)' via Google App Engine
ng this post, as an alternative it would be possible to setup and configure a Compute Engine instance located in Europe to run an application with PHP 7. (See this Regions and Zones documentation <https://cloud.google.com/compute/docs/regions-zones/regions-zones> for the available GCE locatio

[google-appengine] Re: Flexible Environment deployments are not supported in the apps region 'europe-west'.

2017-03-16 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Guiseppe, As correctly pointed out in your post, the Google App Engine Flexible Environment is currently unavailable in Europe and more information about the main GAE Environment differences are listed on this Comparing high-level features section

[google-appengine] Re: Deploying a custom sidecar container in flexible

2017-03-15 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Thanks for checking that out, the link to the thread is now updated. -- 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] Re: Deploying a custom sidecar container in flexible

2017-03-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
e team. To you and to anyone reading this post in the future, feel free to follow any updates on the request via the previously provided Issue Tracker thread. Regards, Alex -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

Re: [google-appengine] Re: Scheduling Tasks with User params

2017-03-10 Thread 'Alex Martelli' via Google App Engine
igger (e.g) every hour, and hold a singleton entity in the datastore recording on which of these 24 daily occurrences the code must actually do any work (as opposed to just return immediately). That singleton entity in the datastore can be set, checked, and overwritten, with any web UI and/or remote API of

[google-appengine] Re: How to download data from my datastore to the local machine

2017-03-06 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Glad to hear that you’ve made it work, as the Remote API may in fact require additional setup according to your environment. Nevertheless, I would recommend another alternative potentially easier to configure for accessing the Datastore in the future. The alternative consists in using the

Re: [google-appengine] python 3.6: struggle to send an email with a file attached to it (NameError: name 'encoders' is not defined)

2017-03-04 Thread 'Alex Martelli' via Google App Engine
On Sat, Mar 4, 2017 at 1:52 PM, Guillaume France <gc.com...@gmail.com> wrote: > Hi again Alex, I just found your email in the thread, the one you were > talking about the raw= encoders.encode_base64(msg) . > > I discovered that bug yesterday and commented that line (whic

Re: [google-appengine] python 3.6: struggle to send an email with a file attached to it (NameError: name 'encoders' is not defined)

2017-03-04 Thread 'Alex Martelli' via Google App Engine
, Mar 4, 2017 at 12:20 PM, Guillaume France <gc.com...@gmail.com> wrote: > Hi Alex, > > *First I apologize for the italic, that wasn't mature. But your reaction > was super: I warmly thank you for that!* > > Being unable to move my hands to qualify what I'm saying (a p

Re: [google-appengine] Re: python 3.6: struggle to send an email with a file attached to it (NameError: name 'encoders' is not defined)

2017-03-04 Thread 'Alex Martelli' via Google App Engine
do cover the standard library's email package; so, just checking if I did properly give that warning, as the online docs do per the above quote, in my condensed coverage of email.encoders). Alex On Sat, Mar 4, 2017 at 10:20 AM, Alex Martelli <al...@google.com> wrote: > On Sat, Mar 4,

Re: [google-appengine] Re: python 3.6: struggle to send an email with a file attached to it (NameError: name 'encoders' is not defined)

2017-03-04 Thread 'Alex Martelli' via Google App Engine
> Google and Microsoft (and others) sponsor chosen tags on Stackoverflow. Microsoft also uses third-party site uservoice, e.g https://visualstudio.uservoice.com/forums/121579-visual-studio-ide , and so does Google, e.g https://google.uservoice.com/forums/249-general . I am sure there are many,

Re: [google-appengine] python 3.6: the script send message but without the attachement

2017-03-03 Thread 'Alex Martelli' via Google App Engine
the question as python and email, since it's not really germane to google-app-engine (if you tagged it with the latter anyway, your question might be avoided by experts on python and email who are not also expert on App Engine). Alex On Fri, Mar 3, 2017 at 1:50 PM, Guillaume France <gc.

Re: [google-appengine] Re: python 3.6: struggle to send an email with a file attached to it (NameError: name 'encoders' is not defined)

2017-03-03 Thread 'Alex Martelli' via Google App Engine
germane to google-app-engine (if you tagged it with the latter anyway, your question might be avoided by experts on python and email who are not also expert on App Engine). Alex On Fri, Mar 3, 2017 at 12:19 PM, Guillaume France <gc.com...@gmail.com> wrote: > > Thanks a lot Alex, y

[google-appengine] Re: Is GAE down?

2017-03-03 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Google App Engine does not seem to be down. In case this error could originate from your Node.js implementation, can you provide a minimal working example of your code demonstrating this issue? Alternatively, you can verify the status of the endpoint you are triggering by sending it a

[google-appengine] Re: How to download data from my datastore to the local machine

2017-03-03 Thread 'Alex (Cloud Platform Support)' via Google App Engine
In fact, current Cloud Datastore’s NoSQL implementation of relationships between data objects differs from traditional databases. And the observed feature differences in this thread can be related to what is described on the Google Cloud Datastore Overview documentation

Re: [google-appengine] I'm struggling to attach a file to this email

2017-03-03 Thread 'Alex Martelli' via Google App Engine
I answered on the duplicate thread you opened 2.5 hours later. To repeat: there's a bug in your code, a missing `from email import encoders` at the top. BTW, I think your bug has nothing to do with Google App Engine. Alex On Fri, Mar 3, 2017 at 7:08 AM, Guillaume France <gc.com...@gmail.

Re: [google-appengine] python 3.6: struggle to send an email with a file attached to it (NameError: name 'encoders' is not defined)

2017-03-03 Thread 'Alex Martelli' via Google App Engine
Indeed, as the message says, you have nowhere defined the top-level name `encoders`. Presumably, you're missing an import for that name as per https://docs.python.org/3/library/email.encoders.html -- `from email import encoders` among other imports at the top of your code. Alex On Fri, Mar 3

[google-appengine] Re: App engine Flex: "an upstream response is buffered to a temporary file"

2017-03-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Nickolas, A good overview of the NGINX buffering mechanism can found on this third-party website . As described, “When buffering of responses from the proxied server is enabled, and the whole response

[google-appengine] Re: google app engine python

2017-03-01 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Miran, This appears to be a request for 1-on-1 assistance with a coding question specific to your development. This isn't the right forum to look for help on such a question, which is perfectly suited to stackoverflow.com. This forum, on the other hand, is meant for more general

[google-appengine] Re: How to download data from my datastore to the local machine

2017-02-28 Thread 'Alex (Cloud Platform Support)' via Google App Engine
To add up to Nicola’s reply, you may be able to download your data to your local machine by opening the local Datastore viewer as proposed on this Issue Tracker thread . To do so, you will have to access the viewer locally at “

[google-appengine] Re: deploy is very slow

2017-02-20 Thread Alex Komoroske
I'm running into this too with the Go flexible environment. Deploys are taking 30+ minutes. On Monday, February 13, 2017 at 12:44:20 PM UTC-8, Nick (Cloud Platform Support) wrote: > > Hey Luis, > > The best way in fact would be to create a Public Issue Tracker >

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-17 Thread 'Alex (Cloud Platform Support)' via Google App Engine
which language was used in the process. Thanks, Alex -- 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+unsubscr...@googlegro

Re: [google-appengine] Can I run Ruby and Node.JS applications under the same Project/App Engine?

2017-02-16 Thread 'Alex Martelli' via Google App Engine
You can have multiple *services* (once known as *modules*) within the same app; each service can use whatever language you prefer. See e.g https://cloud.google.com/appengine/docs/flexible/python/configuration-files to start. Alex On Thu, Feb 16, 2017 at 11:51 AM, Subrahmanyam Madduru <m

[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-15 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Good news, it seems like this redirection issue has now been resolved. Custom domains listed on Flexible Environment App Engine instances should work as prescribed without redirecting to an appspot.com URL. Regards, Alex -- You received this message because you are subscribed to the Google

[google-appengine] Re: Datastore Internal Error

2017-02-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Vinod, In case this is still happening, I will need you to provide me with the following information in order to help you further: - The Cloud SDK version you are using. - A minimal working example of your code demonstrating this issue. Let me know if you would prefer to be

  1   2   3   4   5   6   7   8   9   >