[google-appengine] Re: Error while adding task to task queue

2017-02-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Sarad, It does seem to be a transient error and so, in case it 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. - The Python version you are using. - A minimal working example of

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
ssue's resolution and post any comments there. Regards, 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

[google-appengine] Re: Error: NOT_FOUND

2017-02-10 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Sree, Would it be possible for you to post the untruncated output of your Error trace? In case your error was generated because of a partially completed update, it may be possible to solve it by running the “appcfg.py [options] rollback ” command from within your deployment directory.

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-10 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Eric, Prior proceeding with filing a defect request, I will need to reproduce this issue. Would it be possible for you to provide a minimal working example demonstrating this issue? To do so, you can attach a sample of the code you

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Thanks for providing additional details, it does seem to be a bug for which I will make a defect report on the google-cloud-platform Issue Tracker. Further details will be posted here on how to follow this issue’s resolution. -- You received this message because you are subscribed to the

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

2017-02-08 Thread 'Alex (Cloud Platform Support)' via Google App Engine
For future reference, it will be necessary to follow any updates provided on the Custom Domains Inquiry form . -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Discovery Doc generation missing "format" tag for doubles

2017-02-08 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Eric, As part of the Cloud Endpoints Framework 2.0, the JSON-RPC protocol, which is required for legacy iOS clients and automatic kind fields features are not currently available. See Currently excluded features and tools for Cloud Endpoints 2.0 documentation

Re: [google-appengine] Is Google App Engine Launcher being deprecated? Why??

2017-02-04 Thread Alex Kerr
on this issue would be appreciated, thank you. Alex On Tuesday, January 10, 2017 at 9:36:57 PM UTC, Justin Beckwith wrote: > > Greetings folks, > And thanks for all of the feedback. We apologize for any confusion we may > have caused after switching the links on the App Engine SDK do

[google-appengine] Re: Load Error

2017-02-03 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Stuart, Would it be possible for you to provide a screenshot with a higher resolution while making sure to blur any personal information? In fact, in order for us to help you further, we will need the following additional details: - Which feature of the Google Cloud Platform are you

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

2017-02-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Fernando, It does seem that your issue may be solved by whitelisting your custom domain as well and you will be contacted by email shortly to provide additional information regarding your project. For anyone reading this post in future and experiencing the same issue, it will be

[google-appengine] Re: Help! Can't deploy my coursebuilder. "This application does not exist"

2017-02-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Paul, I was unable to reproduce your issue by following the instructions on this course builder tutorial for deploying the Course Builder app. Looking at your provided stack trace,

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

2017-01-31 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Himanshu, As your application is hosted on a GAE Flexible environment instance (since redirected URL includes *.appspot-preview.com), custom domains need to be whitelisted as mentioned in this Before you Begin section

[google-appengine] Re: remove logging of headers from deferred task handler

2017-01-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Noah, >From what I see, the only controls available for the Deferred library logging feature on App Engine would involve using the set_log_level() function . However, the

[google-appengine] Re: Can't find babel preset when deploying to GAE

2017-01-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Ionut, By any chance, have you tried to load explicitly the Babel “Latest” dependencies by running the following command? npm install --save-dev babel-preset-latest More information can be found on the following third party site for

[google-appengine] Re: Unable to see SSL certificates in the console

2017-01-18 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Attila, You may need to add the second user as an owner for your domain in order to allow him seeing the SSL certificates in the console. It is possible to do it via the webmaster tool

[google-appengine] Re: ERR_SPDY_PROTOCOL_ERROR suddenly appear in Chrome for site using HTTP/2 Server Push on AppEngine Standard

2017-01-17 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi, As you’ve already appropriately opened a Public Issue Tracker thread for App Engine regarding this issue, let’s continue its investigation there. For anyone reading this post, please refer to the opened PIT thread [1] if experiencing a similar issue. [1]

[google-appengine] Re: Entity groups

2017-01-17 Thread 'Alex (Cloud Platform Support)' via Google App Engine
explicitly in order to be part of the same entity group. If possible, it would be great if you could let the community know whether your proposed solution worked for you. Thanks, Alex [1] https://cloud.google.com/appengine/docs/java/datastore/entities#Java_Ancestor_paths -- You received

[google-appengine] Re: Entity groups

2017-01-13 Thread 'Alex (Cloud Platform Support)' via Google App Engine
.org/wiki/Minimal_Working_Example> of your code including the transaction and a snippet of how you defined your entities? In fact, this would help to better visualize the root cause of your error and provide you with answer on how to solve it. Regards, Alex -- You received this message because you ar

[google-appengine] Re: Mobile app using Firebase or Cloud Endpoints authentication with Google App Engine backend

2017-01-13 Thread 'Alex (Cloud Platform Support)' via Google App Engine
In fact your using the right approach as you also benefit from the Firebase infrastructure with the added functionalities as stated on its introductory page . Now, the provided tutorial by Renaud is an excellent example of assembling an app according to your

[google-appengine] Re: Cannot upload SSL certificate "You must verify ownership of this certificate's domain(s)in order to upload it." but domains are verified

2017-01-05 Thread 'Alex (Cloud Platform Support)' via Google App Engine
As discovered privately, a mismatch between the desired domains and the ones listed on the previously emitted SSL certificate was causing the error. In order to retrieve the certificate’s alternative domain names, the OpenSSL command [openssl x509 -text -noout -in CSR.pem] was used. -- You

[google-appengine] Re: Cannot upload SSL certificate "You must verify ownership of this certificate's domain(s)in order to upload it." but domains are verified

2017-01-03 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Walraaf, Before proceeding any further, make sure to add and verify all of the listed domains on your SSL certificate as described in this “Adding custom domain to your application” guide

[google-appengine] Re: PHP app on App Engine moved from Standard to Flexible without my input

2016-12-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
sion 138.0.0 (2016/12/14). Lastly, note that this type of question is more appropriate for Stack Overflow which we regularly monitor as other types of stack exchange services and which would increase your chances to get a faster answer due to its larger audience. Regards, Alex --

[google-appengine] Re: GAE and SendGrid

2016-12-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Brandon, You may be able to re-enable SendGrid manually through your Cloud Platform Console here by associating it to the new billing account (more information can be found here

[google-appengine] Re: PHP app on App Engine moved from Standard to Flexible without my input

2016-12-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
also be interested in these quickstarts <https://cloud.google.com/php/quickstarts> for PHP, where relevant information (as suitable PHP versions for each environments) is provided. Cheers! Alex -- You received this message because you are subscribed to the Google Groups "Google App Engin

[google-appengine] Re: ImportError: No module named webapp2

2016-12-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
To start with, make sure to update your Google SDK to the latest available release (138.0.0 as of 2016/12/14). Then if the problem persists, I will need you to provide the following information to help you further: - The command you are

[google-appengine] Re: Entities participating in the transaction

2016-12-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
. See here <https://cloud.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/TransactionOptions> for more information about transaction options available to this environment. Regards, Alex -- You received this message because you are subscribed to the Google Groups &

[google-appengine] Re: Cloud Datastore Client Libraries

2016-12-16 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi there, I can confirm that the Cloud Datastore Client Library is supported on the standard App Engine environment. It is possible to test it by following the Quickstart for PHP App Engine Standard Environment tutorial and including

[google-appengine] "gcloud app deploy" succeeds but still old version online

2016-12-14 Thread Alex Schenkman
I'm deploying a python GAE app using gcloud app deploy -v 4 The process ends successfully, and I can see the new version via the web interface and the command line. I've even deleted the older versions. Only version 4 is up. gcloud app versions list (shows only one version). Still, the browser

[google-appengine] Re: Debugging Datastore Read usage

2016-12-12 Thread 'Alex (Cloud Platform Support)' via Google App Engine
enabling it. Still, be aware that the number of requests to the datastore may not be representative of the actual number of read calls involved in these requests. Let me know if that helps you in identifying the periods of your spikes. Cheers, Alex -- You received this message because

[google-appengine] Re: JSP not loading

2016-12-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
In fact, the rapid evolution of GAE products may not always be updated accordingly with the available documentation across the platform. Concerning your questions about debugging App Engine applications using Third-Party IDE’s, there is in fact several options that you might be interested

Re: [google-appengine] Re: Entitites in the transaction

2016-12-09 Thread 'Alex Martelli' via Google App Engine
Hmmm, just guessing: perhaps if you also log the `get`s (as well as the `put`s and `delete`s that you say you're already logging) you'll find that the total does exceed the 25-entity-groups limit in one transaction...? Alex On Fri, Dec 9, 2016 at 2:06 AM, Rajesh Gupta < rajesh

[google-appengine] Re: JSP not loading

2016-12-08 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Bill, In order for us to reproduce your error, it is important that you submit a Minimal Working Example of your code demonstrating the observed behaviour. Can you do this while making sure not to share any private information?

Re: [google-appengine] Django project on GAE

2016-12-04 Thread 'Alex Martelli' via Google App Engine
ither Python 2 or Python 3 (and indeed other languages yet) as well as from either flexible or standard App Engine (and indeed non-App Engine environments too). Therefore, it need not constrain your platform choices at all. Alex > > Thanks :) > > -- > You received this message be

[google-appengine] Re: Building dashboards with Stackdriver

2016-11-25 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Joshua, While not offering the same level of customization as Splunk does with its charts and other data visualization elements, Google Stackdriver provides several features to organize and view valuable logs from your Cloud and other

[google-appengine] Re: Use single database in two different region application in google app engine

2016-11-25 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Vaishnavesh, As another solution, you need to verify that your two applications are on the same project as the database. If they are, then you shouldn’t have any problem connecting your second application to the same database and so you can follow these steps

[google-appengine] Re: error 503 local host google datastore

2016-11-24 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Jack, No worries, you still have plenty of time to experiment with the Cloud Platform. Note that I was unable to reproduce your error on a windows machine and was able to launch the tutorial app in localhost. Here’s a list of important troubleshooting steps to look at when a “Service

Re: [google-appengine] log quota

2016-11-24 Thread 'Alex Martelli' via Google App Engine
quota, just without the complete logs it's getting up to that point. I'll try to ensure this key point is better explained in future communication. Thanks, Alex > > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine&quo

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-22 Thread 'Alex (Cloud Platform Support)' via Google App Engine
s 4. Set email to “On” for Feature announcements By doing this, you will receive emails about the latest feature announcements on the Cloud Platform. Cheers, Alex -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscrib

Re: [google-appengine] Re: NeedIndexError ? Please help

2016-11-14 Thread 'Alex Martelli' via Google App Engine
the information needed to reproduce your problem as directly and concisely as practical? This will likely make it much less problematic to try and offer help. Alex On Mon, Nov 14, 2016 at 4:40 AM, sreenath sirimala < sirimala.sreen...@gmail.com> wrote: > Hi, > > I'm using on

[google-appengine] Re: BigQuery error on all requests

2016-11-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Richard, It is possible that you were affected by a known issue concerned with an elevated BigQuery Streaming API failure that started yesterday at 16h00 US Pacific Time. This issue is now resolved and therefore, I would ask you to

[google-appengine] Re: Unable to upload images on my webpage deployed in google app engine.

2016-11-09 Thread 'Alex (Cloud Platform Support)' via Google App Engine
This issue has now closed due to inactivity. In future please be sure to reply promptly to all requests for information so that we can proceed with work on any issues. Feel free to open a new thread linking to this one if you would like to continue or if anybody reading in the future sees a

[google-appengine] Re: Unable to upload images on my webpage deployed in google app engine.

2016-11-02 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Gurpreet, Based on the assumption that you were deploying a Python27 runtime Static Website on App Engine, I was able to successfully upload two images(in png and jpg format) by following this tutorial

Re: [google-appengine] Configuring app.yaml to use PHP (5.5) and Python (2.7) in the same project

2016-11-01 Thread 'Alex Martelli' via Google App Engine
, say, `foo.yaml`, with a stanza: module: foo See https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine for an overview of App Engine (from a Python point of view) starting with services (AKA modules). Alex On Tue, Nov 1, 2016 at 12:40 PM, Michael Dorfman <mdorf...@gmail.

[google-appengine] Re: Google Drive API - Get the id of a file when Insert - Python

2016-11-01 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi there, Assuming you have provided the right Authorization Scope to access the Google Drive API, here is a method(adapted from this link ) to retrieve the

[google-appengine] Re: Cant upload Java Application - No name matching appengine.google.com found

2016-10-24 Thread 'Alex (Cloud Platform Support)' via Google App Engine
This issue has now closed due to inactivity. In future please be sure to reply promptly to all requests for information so that we can proceed with work on any issues. Feel free to open a new thread linking to this one if you would like to continue or if anybody reading in the future sees a

[google-appengine] Re: Appengine go compilation error

2016-10-21 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Russell, I was unable to reproduce your issue while following the Quickstart for Go App Engine tutorial and using the Hello World sample app that was provided with it. I understand your Go app is more complicated to deploy than mine.

[google-appengine] Re: Cant upload Java Application - No name matching appengine.google.com found

2016-10-14 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi, It does seem to be an issue related to your server’s certificate being unable to match your host name. By any chance, would you be using a proxy? Alternatively, you can test if it works through another network. On Thursday, October 13, 2016 at 6:23:59 AM UTC-4, Divya B wrote: > > Hi, > >

Re: [google-appengine] Créer un proxy avec Google Engine

2016-10-12 Thread 'Alex Martelli' via Google App Engine
://groups.google.com/forum/#!forum/gce-discussion Alex On Wed, Oct 12, 2016 at 3:29 PM, Sculteur Scul <sculteur54...@hotmail.fr> wrote: > Bonjour > > J'aimerai faire mon propre proxy mais les methodes ont changées depuis > 2012 > je n'arrive pas a le deploy > > merci d

Re: [google-appengine] Advantages of Google Datastore Entity Groups

2016-10-06 Thread 'Alex Martelli' via Google App Engine
, run a large number of equivalent queries in either way, get the precise delay numbers and ponder their histograms. I'll take real data over theoretical considerations any day of the week:-). Alex > > -- > You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Connecting to remote api returns 302

2016-10-06 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Jesse, Please note that this type of question is more appropriate for Stack Overflow which we regularly monitor as other types of stack exchange services and which would increase your chances to get a faster answer due to its larger audience. According to your exception log, the issue

Re: [google-appengine] Re: Deferred tasks in flexible environment

2016-10-03 Thread 'Alex Martelli' via Google App Engine
rflow.com/questions/33968512/failed-to-import-google-appengine-ext-deferred-handler-py-in-google-app-engine , and -- my bad! -- I hadn't opened the internal bug needed to get it fixed (at least in the docs, better of course, if feasible, in the code). I have opened the internal bug now -- thanks again.

Re: [google-appengine] Re: Error sending email: The API call mail.Send() required more quota than is available.

2016-09-20 Thread 'Alex Martelli' via Google App Engine
//cloud.google.com/appengine/docs/python/mail/mailgun>, which have higher quotas. Specifically, instructions for using SendGrid from App Engine are at https://cloud.google.com/appengine/docs/python/mail/sendgrid , including code in Python, Java, PHP, and Go. Alex > > > > On Tuesday,

Re: [google-appengine] Error sending email: The API call mail.Send() required more quota than is available.

2016-09-20 Thread 'Alex Martelli' via Google App Engine
led) and about alternatives such as sendgrid. Alex > > Any idea what the problem is? > > app name is emlak-air and the version is beta > > Cheers > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine"

Re: [google-appengine] Place to post appengine jobs?

2016-09-13 Thread 'Alex Martelli' via Google App Engine
h mails falsely claiming I'm inviting them (and I haven't been able to get them to stop this deplorable behavior). NOT a symptom of trustworthiness:-(. Alex > > Thanks, > Bob > > -- > You received this message because you are subscribed to the Google Groups > "Google A

Re: [google-appengine] Re: How to specify a region for AppEngine Flexible

2016-09-05 Thread 'Alex Martelli' via Google App Engine
vi sono preannunci in questo specifico caso. (Mi scuso dell'intrusione, ma, da Italiano espatriato, colgo la rara occasione di scrivere nel nostro bel linguaggio:-). Alex > Thank you. > > Il giorno mercoledì 17 agosto 2016 20:52:53 UTC+2, Nick (Cloud Platform > Support) ha scritt

Re: [google-appengine] Re: After long time not deployed my GAE go project, I found I lost the ability to deploy a project.

2016-08-21 Thread 'Alex Martelli' via Google App Engine
Thanks Tapir for the very specific bug report wrt the -V flag -- I've opened an internal docs bug so my go-specialist colleagues can check out and, as needed, correct the docs here. Alex On Sun, Aug 21, 2016 at 1:10 AM, Tapir <tapir@gmail.com> wrote: > > > On Sunday, August 2

Re: [google-appengine] How to read a csv file on google cloud storage using python on Jupyter Notebook?

2016-08-18 Thread 'Alex Martelli' via Google App Engine
actual filesystems and there is no `gs:` one (just as the error msg says, there IS no such file or directory!). Rather, you'll want to e.g `import urllib` and use `urllib.urlopen` on the appropriate google cloud storage URL to obtain the file-like object to pass to `csv.reader`. Alex On Thu, Aug 18

Re: [google-appengine] Re: GAE time sync across instances

2016-07-29 Thread 'Alex Martelli' via Google App Engine
might be impacted). I'm chiming in only to point out that, fintech being hardly a tiny niche, the problem should not be minimized. A Feature Request for better on-demand time sync might be warranted... even though the ACM video strongly suggests it is simply unfeasible to comply with such tight cons

Re: [google-appengine] Channels per instance

2016-07-22 Thread 'Alex Martelli' via Google App Engine
The quotas documented at https://cloud.google.com/appengine/docs/quotas are per application, not per instance (so, they're independent of number of instances currently alive). Alex On Fri, Jul 22, 2016 at 2:59 PM, Adrián Camilo <adrian...@gmail.com> wrote: > Good afternoon, >

Re: [google-appengine] Re: Google frontend serves gzipped content even if the client doesn't ask for it

2016-07-19 Thread 'Alex Martelli' via Google App Engine
articular circumstances" might be that some legacy browsers don't properly send accept-encoding yet do correctly accept gzip encoded responses. Alex > > Cheers, > Attila > > -- > You received this message because you are subscribed to the Google Groups > "Go

Re: [google-appengine] microservice messaging

2016-07-11 Thread 'Alex Martelli' via Google App Engine
r "user 1 on service 'foo'", and so on. (Personally, for microservices just as for other architectural and design patterns, I've often found that some hybrid/compromise approach can be superior to rigid application of the "purist" pattern -- but, that's a much broader subject, not

Re: [google-appengine] Re: Concepts, use and testing Cloud Datastore in local.

2016-06-11 Thread 'Alex Martelli' via Google App Engine
other, but that makes no sense to me (most especially since you don't control the order in which tests execute), so it's more likely that I'm 100% misunderstanding what you write. Alex > > Anyway, I'm using testbed and it works fine, but I' ve found a problem, > when I execute a

Re: [google-appengine] Ho creato un server con app inventor per il tinywebdb trammite app engine ma chiunque può modificare i dati sulla pagina che finisce con appspot.com.Chi mi sa dire come mettere

2016-06-11 Thread 'Alex Martelli' via Google App Engine
page, add `login:required` or `login:admin` to that web page's entry, as documented at https://cloud.google.com/appengine/docs/python/config/appref . Alex On Sat, Jun 11, 2016 at 3:44 AM, Gabri Centonz <gabrycott...@gmail.com> wrote: > Vi prego aiutatemi > > -- > You recei

Re: [google-appengine] Concepts, use and testing Cloud Datastore in local.

2016-06-10 Thread 'Alex Martelli' via Google App Engine
: to make your code highly reliable, you should cover it well with both kinds of tests. The testbed and the emulator give you the underlying tools to do exactly that. Alex On Fri, Jun 10, 2016 at 4:55 AM, Juan Antonio Fernández Sánchez < juan.antonio.fernandez.sanchez...@gmail.com> wrote: &

Re: [google-appengine] Where to store thousands of Constants?

2016-06-09 Thread 'Alex Martelli' via Google App Engine
omatic scaling; with manual or basic scaling, B4_1G) though defaults are way smaller. Alex > 'Nicholas (Google Cloud Support)' via Google App Engine < > google-appengine@googlegroups.com> 於 2016年6月10日 星期五寫道: > >> Thanks for sharing your question and situation here. >>

Re: [google-appengine] My apps are offline!

2016-06-02 Thread 'Alex Martelli' via Google App Engine
A 216.239.38.21 ;; Query time: 185 msec ;; SERVER: 192.168.86.1#53(192.168.86.1) ;; WHEN: Thu Jun 2 20:49:54 2016 ;; MSG SIZE rcvd: 96 and $ host 216.239.32.21 21.32.239.216.in-addr.arpa domain name pointer any-in-2015.1e100.net. Alex On Thu, Jun 2, 2016 at 7:42 PM, Jay Kyburz <j..

[google-appengine] PHP script not flushing output to browser, in dev server?

2016-05-27 Thread Alex Kerr
I've got a long running PHP script which does some processing and should be outputting text to the browser occasionally during it's runtime but it just seems to stack all the output up and display it at the end. I'm using ob_start(), ob_flush() and ob_end_flush so PHP definitely should be

Re: [google-appengine] Re: What's the meaning of 28 instances hours mean in free limit section of pricing detail? Can i know what's the price for firebase cloud messaging?

2016-05-27 Thread 'Alex Martelli' via Google App Engine
rchitecture (for an intro, see e.g https://en.wikipedia.org/wiki/Microservices ) as well as App Engine specific one such as the potential to use different instance classes (and scaling approaches, etc etc) for different services. Alex >> > -- > You received this message because you are

Re: [google-appengine] Happy Feedback

2016-05-26 Thread 'Alex Martelli' via Google App Engine
On Wed, May 25, 2016 at 11:48 PM, Jeff Schnitzer <j...@infohazard.org> wrote: > On Wed, May 25, 2016 at 4:04 PM, 'Alex Martelli' via Google App Engine < > google-appengine@googlegroups.com> wrote: > >> [*] people on this group keep expressing doubts about that, but, fac

Re: [google-appengine] Happy Feedback

2016-05-25 Thread 'Alex Martelli' via Google App Engine
On Wed, May 25, 2016 at 3:38 PM, Emanuele Ziglioli <emanu...@ziglioli.org> wrote: > Hi everyone > > I'd like to provide some happy feedback, for once... (I hope Alex Martelli > is listening) > I sure am -- great timing, since for the next coming week I won't be (traveling to

[google-appengine] Check email usage quota via API?

2016-05-25 Thread Alex Kerr
Hi, How can I check from my App Engine app (PHP) what my current email usage is, from the quota of 100/day? e.g. something like: $emails_sent = Google_Email_Quota_Usage(); // returns e.g. 56, figure is reset every 24 hour cycle Thanks! Alex -- You received this message because you

Re: [google-appengine] Re: GAE memory quotas should be per version per instance, not just per instance

2016-05-24 Thread 'Alex Martelli' via Google App Engine
in the different versions, since each version has its own app.yaml where things like instance class are specified). Alex On Tue, May 24, 2016 at 4:29 PM, Bret Lowery <bret.low...@gmail.com> wrote: > Yes. I can load my new version fine and it runs fine alone, but I want to > be able to

Re: [google-appengine] Fire and forget URL

2016-05-24 Thread 'Alex Martelli' via Google App Engine
Not sure what advantage you'd envision for XMPP here -- this kind of job (handing out a task to a worker) is exactly what task queues were designed for. Alex On Tue, May 24, 2016 at 2:51 PM, Barry Hunter <barrybhun...@gmail.com> wrote: > Or maybe even use XMPP, to 'chat' with itself

Re: [google-appengine] Re: Sockets don't work any more

2016-05-18 Thread 'Alex Martelli' via Google App Engine
ture that would be indispensable to properly express the ending of such a joint resolution -- I can get great imported taralli AND most Italian wines at great prices here in California, with the signal exception of my favorite Sangiovese di Romagna -- but, that's kind of a sidetrack, sorry). Alex

[google-appengine] Re: Pointing 2nd custom domain to different URL (page) in my GAE app?

2016-04-21 Thread Alex Kerr
on server-side processing... Thanks On Thursday, April 21, 2016 at 4:23:16 PM UTC+1, Mihail Russu wrote: > > On your incoming requests in your PHP code check what hostname the request > came to and depending on that decide what page to render... > > On Thursday, April 21, 2016 at 6:19:18

[google-appengine] Pointing 2nd custom domain to different URL (page) in my GAE app?

2016-04-21 Thread Alex Kerr
. Adding a second custom domain appears to be easy in the Cloud Dashboard settings, so I just need a way to point it to myapp.appspot.com/second-home-page.html rather than just myapp.appspot.com/ (which my first custom domain does of course). Many thanks, Alex -- You received this message because

Re: [google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread 'Alex Martelli' via Google App Engine
t should indeed be the case. 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...@googlegrou

Re: [google-appengine] Google Cloud -- Good for small programmes?

2016-04-19 Thread 'Alex Martelli' via Google App Engine
[but if you get that you'll get all updates as they become ready], in particular, covers how to port between the two versions and how to write code modules that can run well in both versions). Alex On Tue, Apr 19, 2016 at 9:35 AM, ryan broman <ryanjbro...@gmail.com> wrote: > I have a

[google-appengine] Re: Clarifying projection query cost?

2016-04-07 Thread Alex Kerr
in a dummy property to the entity kind and then doing a projection query on the remaining properties? (I suppose the obvious drawback being you'd need an index for every property) Thanks, Alex On Thursday, April 7, 2016 at 12:31:22 AM UTC+1, Nick (Cloud Platform Support) wrote: > > Hi Alex,

[google-appengine] Clarifying projection query cost?

2016-04-06 Thread Alex Kerr
projection queries are just "1 read" - which implies a cost of 1 read total regardless of the number of results returned and the number of properties projected - that can't be right? Also I note the new pricing section from July but still not clear on projection query cost! Many

Re: [google-appengine] Problem with custom domain

2016-04-03 Thread 'Alex Martelli' via Google App Engine
t else? Once that's identified we can check if you've followed the respective procedure exactly. 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,

[google-appengine] How to get www. custom domain working with GAE and Cloudflare?

2016-03-24 Thread Alex Kerr
homepage loads from HTTP to HTTPS. Currently https://www.mydomain.com also fails as above. Thanks for any help! 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, sen

Re: [google-appengine] anyone went to google's gcpnext event?

2016-03-23 Thread 'Alex Martelli' via Google App Engine
anxiety about GAE's future. So much new GAE stuff being announced at this Next conference should, on the contrary, eliminate any anxiety one might previously have harbored. Alex On Wed, Mar 23, 2016 at 2:30 PM, Wilson MacGyver <wmacgy...@gmail.com> wrote: > Did anyone go to google's gcpn

Re: [google-appengine] Modules with different languages - Is it Possible?

2016-03-23 Thread 'Alex Martelli' via Google App Engine
ShortBlob if < 1500 bytes). However, it's then up to you to explore how best to achieve whatever level of interoperation, if any, is needed. Alex On Wed, Mar 23, 2016 at 1:54 PM, Alejandro Magnani < alejandro.magn...@gmail.com> wrote: > I've a couple of app engine applications that

Re: [google-appengine] New App Engine Managed VM Docs

2016-03-04 Thread 'Alex Martelli' via Google App Engine
this pure-python module imports (you must request it in the libraries: stanza of your app.yaml -- or yaml for your GAE module if you need PBKDF2 for use in such a module). As always, to use pure-python modules in your GAE app, you just need to add them to your source tree. Alex > > Thank

[google-appengine] Confusing Cloud Storage pricing?

2016-02-29 Thread Alex Kerr
Apologies if I'm missing something obvious (I assume so!) but this page: https://cloud.google.com/appengine/docs/php/storage says: "*There are no charges associated with making calls to Google Cloud Storage. However, any data stored in Google Cloud Storage is charged the usual Google Cloud

Re: [google-appengine] Index Question

2016-02-24 Thread 'Alex Martelli' via Google App Engine
ndexes". and later in the same page, to clarify: The Datastore builds automatic indexes for queries of the following forms: Kindless queries using only ancestor and key filters Queries using only ancestor and equality filters Queries using only inequality filters (which are limited

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-22 Thread 'Alex Martelli' via Google App Engine
n THAT framework). Again, just personal preferences -- but, ones based on almost 20 years' experience with Python (starting with a personal website project using CGI) and on being a Fellow of the PSF and a winner of the Frank Willison Memorial Award for contributions to Python:-). Alex On Mon, Fe

Re: [google-appengine] Incoming emails to live app are rejected

2016-02-05 Thread 'Alex Martelli' via Google App Engine
I would change app = webapp2.WSGIApplication([ ('/_ah/mail/', MailHandler), to app = webapp2.WSGIApplication([ ('/_ah/mail/.+', MailHandler), Alex On Thu, Feb 4, 2016 at 7:52 PM, John Barham <jbar...@gmail.com> wrote: > I'm testing incoming email URLs in a new app and am st

Re: [google-appengine] Planning to use appengine/datastore/cloud storage. Have few questions

2016-01-31 Thread 'Alex Martelli' via Google App Engine
will have 1 > million entity kinds. > > I see no advantage to approach 2. It would surely stop you from using any but the most elementary queries due to the limit on number of indices. Alex > thanks in advance. > > > -- > You received this message because you are subscribed

Re: [google-appengine] support for Django 1.9 in Google App Engine

2016-01-31 Thread 'Alex Martelli' via Google App Engine
o probably best obtained on Djangae's own google group, https://groups.google.com/forum/#!forum/djangae-users . Alex On Sat, Jan 30, 2016 at 11:50 AM, Mark van Holsteijn < mark.van.holste...@gmail.com> wrote: > Hi, > > I have developed an application using Django 1.9 and want

[google-appengine] "Threadsafe" setting - (dis/)advantages and how to make app threadsafe?

2016-01-29 Thread Alex Kerr
Hi, I'm building a PHP app on App Engine. What are the advantages and disadvantages of setting the "threadsafe" setting in app.yaml and how do I ensure my app is designed to be threadsafe? Thanks! Alex -- You received this message because you are subscribed to the Google Groups &

[google-appengine] Re: How to persist (PHP) sessions beyond shared memcache?

2016-01-26 Thread Alex Kerr
provided in this post > <http://stackoverflow.com/questions/20272634/storing-session-data-in-database-and-memcache> > on > Stack Overflow. > > On Monday, January 25, 2016 at 3:36:59 PM UTC-5, Alex Kerr wrote: >> >> Hi, >> I'm using standard PHP session stuff f

[google-appengine] Re: How to persist (PHP) sessions beyond shared memcache?

2016-01-26 Thread Alex Kerr
gh (behind the scenes via the gs:// interface - for a read, how is it known whether a session file needs to be read from the cache or not, and if it's in the cache, what happens if an updated session file was previously written to Cloud Storage by the session handler? Thanks! Alex On Tuesday, Januar

[google-appengine] Re: How to persist (PHP) sessions beyond shared memcache?

2016-01-26 Thread Alex Kerr
) - is that correct? Alex On Wednesday, January 27, 2016 at 12:30:20 AM UTC, Adam (Cloud Platform Support) wrote: > > The frequency of cache clearances reported on the Stack Overflow is > definitely not normal. The reason Memcache was chosen as the default > session store is because it is cleared

[google-appengine] How to persist (PHP) sessions beyond shared memcache?

2016-01-25 Thread Alex Kerr
Hi, I'm using standard PHP session stuff for my web app, which means session data is stored in App Engine's shared memcache. Google's docs state that this can get flushed so any logged in user sessions would fail. How exactly do I add use of Datastore (or Cloud Storage?) into this process so

Re: [google-appengine] Re: How can I prevent a free App Engine instance from idle?

2016-01-25 Thread 'Alex Martelli' via Google App Engine
worth to say that I'm only returning a "hello world" > message, nothing heavy. > Can you show the relevant sections of your app.yaml and cron.yaml? 47k requests, 1 per second, maps to 13 hours -- which matches neither the 8 nor the 16.29 hours you report. Alex > > >

Re: [google-appengine] Re: How can I prevent a free App Engine instance from idle?

2016-01-24 Thread 'Alex Martelli' via Google App Engine
t instance class), leaving only 4 hours per day for NON-idle instance time within the free quota. Alex > > El viernes, 22 de enero de 2016, 15:10:49 (UTC-3), Nicholas (Google Cloud > Support) escribió: >> >> I would suggest you use manual scaling to accomplish your

Re: [google-appengine] Developing with app engine with no internet

2016-01-24 Thread 'Alex Martelli' via Google App Engine
you deploy use Cloud SQL, which is mysql running online on Google's servers). > > Thats pretty cool you can run a website with a java program.. thats the > idea right? > Python, Java, Go, and PHP, are the four server-side languages that are currently fully supported on App Engine

[google-appengine] Re: Handling user logins with AppEngine PHP and Datastore?

2016-01-19 Thread Alex Kerr
Thanks Tom. These look good! Regards, Alex On Tuesday, January 19, 2016 at 7:48:51 PM UTC, Tom Walder wrote: > > Hi there. > > You might want to consider something like one of these > https://github.com/ircmaxell/password_compat > https://github.com/hautelook/phpass > > W

<    1   2   3   4   5   6   7   8   9   >