[google-appengine] 如何验证自己的app应用?

2015-03-06 Thread zhangshaofeng308
对我来说我不得不允许不够安全的应用访问。是否可以通过验证自己的app来完善? 我申请app时并没有通过手机验证,补上这一步就可以了吗?如何补上这一步? 谢谢。I'm looking forward from you. -- You received this message because

[google-appengine] Google cloud endpoint error in production, no stack trace

2015-03-06 Thread Aakash Bapna
The log viewer in production does not show stack trace? Is there a setting somewhere to enable? My google cloud endpoint works fine on local, but gives error on production. I am not getting any headway in debugging this. Below is the error on production. Request URL: https://mapp.appspot.com/_

Re: [google-appengine] Google App Engine Trial Version

2015-03-06 Thread Barry Hunter
For App Engine specifically there is a daily free quota https://cloud.google.com/pricing/#app-engine that is perpetual and lasts indefinitely (ie its not part of the 60 day trail promotion) I THINK you could use the trial credit, if you needed BEYOND what available in the normal free quota) On

Re: [google-appengine] Cannot create an app on app engine : Already exists error

2015-03-06 Thread Rey Ncube
I was using my email as an ID, its sorted now, I changed to a unique name that i don't use on an Google account. Thanks, Rey On Wed, Mar 4, 2015 at 6:58 PM, 'Josh Moyer' via Google App Engine < google-appengine@googlegroups.com> wrote: > Can you provide a list of the application IDs that you've

[google-appengine] Re: "One senses GAE is just not a major priority for Google"

2015-03-06 Thread DT Rush
This thread is silly and bad On Tuesday, October 28, 2014 at 5:11:15 PM UTC-4, Emanuele Ziglioli wrote: > > I would find hard to disagree: > > *IBM, Google, and Oracle are all equally at pains to deliver a message >> that makes them uniquely attractive. In this regard, Google's inability to >> r

[google-appengine] Re: "One senses GAE is just not a major priority for Google"

2015-03-06 Thread DT Rush
lol I just have to say lol, at both the idea that code from within the last 5 years is somehow legacy, and also that the developers console logs viewer is somehow not awesome. You know you can stream your logs to bigquery, you can put them in cloud storage, you can do all kinds of things, compu

Re: [google-appengine] Re: Push to deploy discontinued?

2015-03-06 Thread Dustin Hoffmann
Hey Brad, my use case is this: I have a new html/css/js based single page app that I am hosting on Google Cloud. The old pipeline ui is now gone, and I am not a fan of Jenkins. All I want to do is have a simple deploy on git push like it was previously. Is this possible for me? On Wednesday,

Re: [google-appengine] Re: Push to deploy discontinued?

2015-03-06 Thread 'Brad Abrams' via Google App Engine
We really want to enable that use case. The infrastructure we used for that in the past has proven to not meet our reliability requirements, so we are actively building a replacement. As soon as that replacement is ready, we will re-enable this functionality. ..brad On Fri, Mar 6, 2015 at 9:1

Re: [google-appengine] Re: Push to deploy discontinued?

2015-03-06 Thread Dustin Hoffmann
Thanks Brad, really looking forward to having that back in business! On Friday, March 6, 2015 at 11:23:28 AM UTC-6, Brad Abrams wrote: > > We really want to enable that use case. The infrastructure we used for > that in the past has proven to not meet our reliability requirements, so we > are a

[google-appengine] Re: Google cloud endpoint error in production, no stack trace

2015-03-06 Thread Chad Vincent
Are you logging the exception? What language? I don't know what you're using, but the uncaught exception handler in Java does log the stack trace. On Friday, March 6, 2015 at 5:15:29 AM UTC-6, Aakash Bapna wrote: > > The log viewer in production does not show stack trace? Is there a setting >

Re: [google-appengine] Re: "One senses GAE is just not a major priority for Google"

2015-03-06 Thread Brandon Thomson
Yup, golang is the winner. Perfect fit for GAE's architecture, URL routing included in stdlib... love it. On Friday, February 27, 2015 at 3:04:44 AM UTC-5, Tapir wrote: > > you will find it really difficult to implement oauth, sessions, rest, >> rbac, etc... >> Webapp2 it's completely abandoned

Re: [google-appengine] Re: Google cloud endpoint error in production, no stack trace

2015-03-06 Thread Aakash Bapna
It's Python, I think the exception is thrown in google cloud endpoint lib. - Aakash > On 07-Mar-2015, at 2:11 am, Chad Vincent wrote: > > Are you logging the exception? What language? > > I don't know what you're using, but the uncaught exception handler in Java > does log the stack trace.