[google-appengine] Master/Slave Datastore Deprecation Question

2013-05-01 Thread John Wheeler
When the master slave datastore becomes deprecated, does that mean Google will shut down applications that are using it or just stop supporting it? If it's the latter, what exactly does that mean? For example, will the Master/Slave maintenance periods stop where they flush the memcache or whate

Re: [google-appengine] Abridged summary of google-appengine@googlegroups.com - 22 Messages in 11 Topics

2013-05-01 Thread Vignesh Sundaresan
-- 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...@googlegroups.com. To post to this group, send email to google-appengine@google

[google-appengine] why this happen? application migrated to a new billing system and WE CANNOT update quota to resume service

2013-05-01 Thread Eric Ka Ka Ng
One of our google app is reaching daily quota. I try to update the daily quota, but was prompted with this error " Your application is being migrated to a new billing system. Please check back later to view or change your billing settings. Or contact support

[google-appengine] Cant update Billing Setting

2013-05-01 Thread Eric Ka Ka Ng
One of our google app is reaching daily quota. I try to update the daily quota, but was prompted with this error " Your application is being migrated to a new billing system. Please check back later to view or change your billing settings. Or contact support

[google-appengine] Re: Duplicate records in Backup Data?

2013-05-01 Thread Mike
I would think it would be possible for the BigQuery team to discard duplicates when running the import? That's probably going to be the easiest solution On Thursday, May 2, 2013 8:39:06 AM UTC+10, Jason Collins wrote: > > On reflection, I suspect it has more to do with Map-Reduce task retr

[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-05-01 Thread Mahron
sqlite3 ImportError still not fixed. Am I the only one with having thisproblem ? This badly cripples the dev server. Please fix. -- 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 i

[google-appengine] Re: Duplicate records in Backup Data?

2013-05-01 Thread Jason Collins
On reflection, I suspect it has more to do with Map-Reduce task retries than some race condition. j On Tuesday, 30 April 2013 22:59:53 UTC-6, Jason Collins wrote: > > We have seen the same phenomenon. > > It's likely due to some kind of race condition in the backup tool itself, > but is not a

[google-appengine] Application Limit in App Engine

2013-05-01 Thread stephanos
I found myself reaching the "10 applications" limit. What's the current way to ask for an increase? PS: I try to create a "stage" environment for all my apps, so actually I'd effectively only have 5 apps. Regards, Stephan -- You received this message because you are subscribed to the Google G

[google-appengine] using Google app engine for research

2013-05-01 Thread learnitapp
hello in the last couple of days were getting this notification while working on our application: "Your application is at or near its free resource limits." the reason is that we reached full capacity on Datastore Read Operations. we know that its refreshing daily but the problem is that the

[google-appengine] How to get the date when an entity was persisted

2013-05-01 Thread Fabrizio Guespe
Hello! I want to sort a celltable by the last ones added on top, now , to do this, i need to sort them by the date they were added to the application. Is there a way to get this date? or i have to create a new attribute for each class?. Thanks! -- You received this message because you are subs

[google-appengine] Re: Attention Java MapReduce users

2013-05-01 Thread Tom Kaitchuck
This is something we are aware of and are working on for future releases. For this update we encourage you to download and deploy the new code right away. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] Re: Google to add new runtime at I/O

2013-05-01 Thread pdknsk
I'm surprised Google will put this security risk on their servers. :) -- 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...@googlegr

[google-appengine] Re: Attention Java MapReduce users

2013-05-01 Thread Ales Justin
Any chance of providing this library in Maven Central? -Ales On May 1, 2013, at 10:32 PM, Tom Kaitchuck wrote: > If you are using the experimental Java MapReduce library for App Engine, you > are strongly encouraged to update to the latest version of the library in the > public svn: https://c

[google-appengine] Re: 1.7.8 Pre-release SDKs Available

2013-05-01 Thread coto
Nothing about PageSpeed? Remember that PageSpeed is still Experimental, Google is charging for that service and it still doesn't work with SSL (enabled with app.yaml) see more... http://stackoverflow.com/questions/16227028/app-engine-https-pagespeed-403-forbidden-error On Monday, April 29, 20

[google-appengine] Attention Java MapReduce users

2013-05-01 Thread Tom Kaitchuck
If you are using the experimental Java MapReduce library for App Engine, you are strongly encouraged to update to the latest version of the library in the public svn: https://code.google.com/p/appengine-mapreduce/source/checkout Background: We are rolling out a fix to a long standing interaction

[google-appengine] Re: ssl client side certificate support for urlfetch - is this ever going to be resolved?

2013-05-01 Thread Renzo Nuccitelli
 I have never tried, but you can:  http://www.appscale.com/  An open implementation of GAE for other cloud platforms On Apr 26, 8:34 pm, Iain Wade wrote: > sockets and SSL (including client side certificate support) were introduced > in the last release > (1.7.7):https://developers.google.com/ap

[google-appengine] Re: Google to add new runtime at I/O

2013-05-01 Thread Greg Jones
The pre-release of the python SDK released yesterday contains a PHP runtime On Wednesday, 1 May 2013 18:37:57 UTC+1, Tom wrote: > > It appears that Google will be adding a new runtime. > > https://plus.google.com/103859497630711080569/posts/4T9FUCPsewA > > The description for one of the codelabs s

[google-appengine] Google to add new runtime at I/O

2013-05-01 Thread Tom
It appears that Google will be adding a new runtime. https://plus.google.com/103859497630711080569/posts/4T9FUCPsewA The description for one of the codelabs says they will be adding "another very popular programming language to the list of supported runtimes". My guess is PHP, but my preference

[google-appengine] Re: What is the most common IDE for GAE/Python?

2013-05-01 Thread Renzo Nuccitelli
+1 for Pycharm. I have used Pydev, but I change because some features: 1) Refactoring is easier 2) better autcompletion, including jinja templates, JS and CSS 3) Building of less file out of the box 4) Git integration far better than Eclipse's Egit Kaan: Anyone has their preferences and al

Re: [google-appengine] Re: Testing GWT + GAE locally (not DevMode)

2013-05-01 Thread xybrek
Hi Jeff, how's it going with Motomapia? Anyway, yah, that should be the case, however, the App i'm trying to push is just a test app, since i'm not finished with the app... I just needed to check how it will look like and behave in the GAE runtime. Where when I found something that the SDK runtime

Re: [google-appengine] Re: Testing GWT + GAE locally (not DevMode)

2013-05-01 Thread Jeff Schnitzer
FWIW, we nearly always deploy to a sandbox appid and test before deploying to production. Jeff On Wed, May 1, 2013 at 3:04 AM, xybrek wrote: > Issue resolved by following this blog article: > > > http://bpossolo.blogspot.com/2013/01/the-ultimate-guide-to-gwt-gae-maven.html > > and the maven co

[google-appengine] Re: pull queues and backend basics

2013-05-01 Thread Alex Burgel
On Tuesday, April 30, 2013 4:35:18 PM UTC-4, Vinny P wrote: > For resident backends, AppEngine ensures that a backend is always running. > It's dynamic backends that start up/shut down in response to requests. > > Of course, it's always a good idea to periodically monitor your resident > backend

[google-appengine] Re: Testing GWT + GAE locally (not DevMode)

2013-05-01 Thread xybrek
Issue resolved by following this blog article: http://bpossolo.blogspot.com/2013/01/the-ultimate-guide-to-gwt-gae-maven.html and the maven command allowed the app to deploy (with GWT) to GAE cloud: appengine:update On Wednesday, May 1, 2013 1:13:26 PM UTC+8, xybrek wrote: > > Hmmm... that coul

[google-appengine] Experimental Sockets API (Python) : NotImplementedError from gethostbyaddr

2013-05-01 Thread Louis Le Coeur
Hi everyone, With the recent release of App Engine 1.7.7, it is finally possible to make outbound connections with TCP or UDP sockets. This opens a whole world of new possibilities. Using `import socket` in Python 2.5, I have been able to test successfully a few simple low-level commands (such

Re: [google-appengine] Re: How to access a private google spreadsheet from google app engine ?

2013-05-01 Thread Nijin Narayanan
Is this Oauth token for one time use or permanent ? Using the same oauth token, can i able access it on future ? Is that possible to give an access to a specific spreadsheet or this will give a permission for accessing all spreadsheet ? -Nijin Narayanan On Wed, May 1, 2013 at 3:58 AM, Vinny P