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

2013-09-17 Thread Johan Euphrosine
Hi Vinny, Thanks for your enthusiasm about this new feature. Unfortunately this feature didn't make the cut for this release cycle. We'll keep the issue tracker updated to inform you on the implementation status, I encourage you to subscribe to the following feature request:

Re: [google-appengine] AngularJS Directives working bad in Google App Engine

2013-09-17 Thread Pertti Kellomäki
Hi Nelson, I am happily using AngularJS with app engine. If you serve the html and Javascript as static files, there should not be anything you need to do specifically for app engine. The problem is most likely in your app.js or maincontroller.js files. I tried to run your code in the dev server,

[google-appengine] Re: SSL/TLS Forward Secrecy Support for Custom Domains?

2013-09-17 Thread Thomas Schranz
It looks like using custom domains on app engine are no longer protected by TLS forward secrecy: https://www.ssllabs.com/ssltest/analyze.html?d=blossom.ios=74.125.34.52 Am I reading the ssllabs results the wrong way or did the behaviour change? I just checked the results with an appspot domain

[google-appengine] Re: SSL/TLS Forward Secrecy Support for Custom Domains?

2013-09-17 Thread Thomas Schranz
Just wanted to update that there indeed still is support for forward secrecy for some browsers, but not for all that would support it, that's why the ssllabs report isn't green regarding forward secrecy (which it used to be earlier iirc = maybe they've made the test stricter). Any input on this

Re: [google-appengine] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-09-17 Thread Takashi Matsuo
Thanks Brian for letting us know. On Tue, Sep 17, 2013 at 6:13 AM, Brian Tosch brian.to...@gmail.com wrote: Sorry, missed it in my search but there was already an open issue 9950. I indicated mine is a dupe but I don't think I can retract it. On Monday, September 16, 2013 1:52:17 PM

Re: [google-appengine] Re: ImagesService getServingUrl fails often

2013-09-17 Thread Wilson MacGyver
Thanks, actually that's what I'm doing. the problem is getting the initial serving url is failing a lot. :( On Tue, Sep 17, 2013 at 2:19 PM, Alex Burgel abur...@gmail.com wrote: On Tuesday, September 17, 2013 12:56:26 PM UTC-4, Mac wrote: Hi, We have a java app that calls ImagesService to

[google-appengine] Re: ImagesService getServingUrl fails often

2013-09-17 Thread Alex Burgel
On Tuesday, September 17, 2013 12:56:26 PM UTC-4, Mac wrote: Hi, We have a java app that calls ImagesService to get a serving url via getServingUrl API call I notice we get ImagesServiceFailureException A LOT. Has anyone come across this? In my experience its one of the less reliable

[google-appengine] ImagesService getServingUrl fails often

2013-09-17 Thread Wilson MacGyver
Hi, We have a java app that calls ImagesService to get a serving url via getServingUrl API call I notice we get ImagesServiceFailureException A LOT. Has anyone come across this? Thanks -- Omnem crede diem tibi diluxisse supremum. -- You received this message because you are subscribed to

Re: [google-appengine] ImagesService getServingUrl fails often

2013-09-17 Thread Vinny P
On Tue, Sep 17, 2013 at 11:56 AM, Wilson MacGyver wmacgy...@gmail.com wrote: We have a java app that calls ImagesService to get a serving url via getServingUrl API call I notice we get ImagesServiceFailureException A LOT. Sometimes getServingUrl fails if you call it too soon after

Re: [google-appengine] ImagesService getServingUrl fails often

2013-09-17 Thread Wilson MacGyver
I thought of that too. It's 24-48 hours later after the images have been uploaded into google cloud storage. I have a try/catch to repeat try up to X attempts. I'm just surprised how often it fails On Tue, Sep 17, 2013 at 7:41 PM, Vinny P vinny...@gmail.com wrote: On Tue, Sep 17, 2013 at

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-09-17 Thread Emanuele Ziglioli
I'm not sure what they mean here: The Files API feature used here to write files to Blobstore has been deprecated and is going to be removed at some time in the future, in favor of writing files to Google Cloud Storage and using Blobstore to serve them I see the Blobstore API can be used to

[google-appengine] Wrong charge for email API

2013-09-17 Thread Renzo Nuccitelli
I have configured pswdless.appspot.com to send emails. But i've set it up an unauthorized sender and received the following exception: File /base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/mail.py, line 398, in send_mail message.send(make_sync_call) File