Re: [google-appengine] Google App Engine charging for Discounted Instance Hours on an aliased Application

2013-04-08 Thread Igor Kharin
Have you disabled billing on the old app? Since Discounted Hours are pre-paid, I believe this is how it is supposed to work. On Fri, Apr 5, 2013 at 6:14 PM, Konstantin Dankov konstantin.dan...@gmail.com wrote: We created a new application to move to HRD an then aliased the old GAE

[google-appengine] Re: newbie: multi user app - getting the price per user

2013-04-08 Thread Martin Trummer
Any ideas to this? Or should I really make one application per user? I think this could really be a nightmare when upgradin? Or is there some way to automatically update e.g. 1000 instances? On Wednesday, 4 July 2012 16:49:54 UTC+2, Martin Trummer wrote: If I write an application on

[google-appengine] App Engine blocking users due to Unusual Traffic

2013-04-08 Thread Hamish
We are getting reports from some of our users that they are getting blocked from making requests to our application on App Engine. They say they are getting the following message: Our systems have detected unusual traffic from your computer network. Please try your request again later. This

[google-appengine] Re: App Engine blocking users due to Unusual Traffic

2013-04-08 Thread Hamish
Also - I'm not sure why this happened but the visibility of the production ticket I created was changed to Only users with Commit permission can see this issue. last week for some reason. On Monday, April 8, 2013 9:37:42 AM UTC+1, Hamish wrote: We are getting reports from some of our users

[google-appengine] GAE java and javascript applications

2013-04-08 Thread Mary
Hi, I have a java application on GAE with a datastore (high replication). I would like to develop a new application in javascript and css (I'm using the phonegap framework) that works on the same datastore. Is it possible? I know there is a javascript version (rhino) supported by java. Is this

[google-appengine] Re: GAE java and javascript applications

2013-04-08 Thread Wolfram Gürlich
I've been using Rhino on GAE for over a year now and I'm happy with it. I haven't run into any compatibility issues. If you want it to, it even compiles your javascripts to java bytecode on the fly which makes it even faster. Also Rhino won't do extensive classpath scanning that would add to

Re: [google-appengine] Re: GAE java and javascript applications

2013-04-08 Thread Maria Carmela Vitelli
So I have a java web application on GAE with a datastore. There is also a mobile application for android that takes and writes data on the datastore through json and servlet, and the data model is written in java (there is a conversion of data and a synchronization with the datastore and not a

Re: [google-appengine] unusual traffic from your computer network

2013-04-08 Thread Nacho Coloma
Funny, because in the past CloudFlare was getting banned quickly for unusually high traffic. I suppose they have been whitelisted since. On Wednesday, April 3, 2013 6:05:43 PM UTC+2, Jeff Schnitzer wrote: If you've been reading about my troubles with this issue in the past, you're going to

[google-appengine] Re: newbie: multi user app - getting the price per user

2013-04-08 Thread Chad Vincent
Your users could be using the Google framework, OAuth, or be custom-built... How would AppEngine know which you're using? You're going to have to take all your billable actions, log them to the datastore, and build a reporting framework. For datastore calls and email and such, this should be

[google-appengine] New to GAE

2013-04-08 Thread Newbee
How long can a String be?Can i store a really big para into it.If not then is there any other solution? -- 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

Re: [google-appengine] How to block Google App Engine?

2013-04-08 Thread Lucia Liljegren
Hi Álvaro Degives-Más I also use ZBblock and everything from the google app engine except pubsubhubbub and s~feedly-social. I'd actually like to know whether there is some way to look up a description of an apps function so that I can review apps as they come a long and decide which to

[google-appengine] Re: Mocking framework that works in the GAE runtime

2013-04-08 Thread Noreen Rank
Where I work we have been using Mockito and PowerMock for Mockito. PowerMock is used for mocking static classes. Both are simple to use and there is plenty of online documentation for both. On Friday, 5 April 2013 04:32:00 UTC+1, xybrek wrote: Are there any Java mocking framework than can

[google-appengine] Re: Adding Authentication Support

2013-04-08 Thread plspl
I ran into the same problem. Have not solved it yet. Posted it here, http://stackoverflow.com/questions/15838807/gls-error-invalid-audience-in-google-cloud-endpoints Did you have any luck solving this? On Saturday, March 30, 2013 2:37:20 PM UTC-7, David Zachariah wrote: HI everyone, I

[google-appengine] Re: Problem with new Chrome v26, Asynchronous DNS, and localhost

2013-04-08 Thread Joshua Vovillia
I too am having on and off problems with the Asynchronous DNS, as I can't seem to get to google.com, and all of it's sites I have found a temp fix in chrome://net-internals/, where you go under the sockets tab, click close idle sockets and then click flush socket pools. But this fix only

[google-appengine] Deploy appengine endpoints to non-default version

2013-04-08 Thread Miguel Sanz
According to the trusted tester documentation, there was an issue with endpoints that prevented them to be created when deploying to a non-default version. When 1.7.5 was released and endpoints graduated from trusted tester to Experimental we were told that this issue was fixed but couldn't

Re: [google-appengine] Deploy appengine endpoints to non-default version

2013-04-08 Thread Dan Holevoet
Hi Miguel, Unfortunately, the ability to deploy Endpoints to non-default app versions still isn't available. The required SDK code should be in 1.7.6+, but awaits a change on the backend to take effect. I'll post an update when it's live. Thanks, Dan On Fri, Apr 5, 2013 at 7:58 AM, Miguel Sanz