Re: [google-appengine] Static files limit

2012-09-21 Thread Stefan
Hi Takashi, thanks for your reply. I'm not sure where to request the feature. So, I do it here. Could you please increase the limit for static files for billed apps? Thanks! Regards, Stefan Am Donnerstag, 20. September 2012 12:29:58 UTC+2 schrieb Takashi Matsuo (Google): Hi Stefan,

Re: [google-appengine] Static files limit

2012-09-21 Thread Richard Watson
Stefan, he means create a feature request on the issue list, here: http://code.google.com/p/googleappengine/issues/list On Friday, September 21, 2012 9:44:36 AM UTC+2, Stefan wrote: Hi Takashi, thanks for your reply. I'm not sure where to request the feature. So, I do it here. Could you

Re: [google-appengine] Re: Weird Instance Scheduler

2012-09-21 Thread Kristopher Giesing
OK, ready to deploy again, and of course I immediately ran into this issue (along with a bunch of problems related to channels). Here are the logs. Note the 7-second gap between the request that created a new instance, and the immediately preceding instance. Note also that there was no

Re: [google-appengine] Re: Weird Instance Scheduler

2012-09-21 Thread Kristopher Giesing
PS. This is with default application settings, and for this test I reverted to using front ends instead of backends (since I gather backends don't support channels, that's no longer an option for me). -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] How to download Text Search to localhost dev server

2012-09-21 Thread Moises Belchin
Hi guys, Is there any way to download Text Search to localhost dev server for tests and debug ? Thanks in advance. Regards. Moisés Belchín. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

[google-appengine] Datastore Viewer broken - URGENT.

2012-09-21 Thread Aswath Satrasala
Hello All, In the admin console, click on the datastore viewer. * Start typing the namespace name * Select the namespace name The KINDS are shown in the dropdown. After doing this, earlier, the namespace text field was shown above. Now, this is missing. I select the KIND from the dropdown, then

[google-appengine] Re: Datastore Viewer broken - URGENT.

2012-09-21 Thread Aswath Satrasala
Further narrowing down on the issue. If there are fewer namespaces in the app-id, then a dropdown is shown to select the namespace. Then everything is fine for the app-id. However, if there are large number of namespaces in the app-id, then the suggest box is shown. While select the namespace

[google-appengine] Asynchronous Google Storage Post using Boto and UrlFetch

2012-09-21 Thread Adam Bradley
I'd like to upload files to Google Storage asynchronously using Boto and UrlFetch. However, I'm not fully understanding how this could be accomplished with Boto. Has anyone had to solve this issue in the past? Or is it not possible to asynchronously post files to Google Storage? -- You

[google-appengine] Re: Asynchronous Google Storage Post using Boto and UrlFetch

2012-09-21 Thread alex
If you meant POSTing from your app, I don't see why you'd need Boto for this. It's just a matter of issuing authenticated PUT/POST/whatever. You might want to take a look at NDB's Context for async/auto batching URLFetch

[google-appengine] Getting an error on home page in production but not in dev

2012-09-21 Thread hugues2
Hi, Does someone has any idea about the following : I just made a production deployment. Everything was running fine in development but in prod I am getting the stack trace below. The application is running on http://www.plugimmo.com / java.lang.NullPointerException at

[google-appengine] Using Java Files API for Google Cloud Storage results in corrupt files

2012-09-21 Thread Tim Rob
Hi, We are currently using the Java Files API to store generated files in Google Cloud Storage. When we try to store 'larger' (1 to 15MB) generated reports (CSV and Excel) or backups of a namespace in the Datastore (stored as JSON text) we always end up with corrupt files. For example when

Re: [google-appengine] Using Java Files API for Google Cloud Storage results in corrupt files

2012-09-21 Thread Christina Ilvento
Hi Tim, We've diagnosed the issue on our side and should have a fix pushed out soon. Thanks for reporting this. Thanks, Christina On Fri, Sep 21, 2012 at 10:20 AM, Tim Rob t...@appcoders.nl wrote: Hi, We are currently using the Java Files API to store generated files in Google Cloud

Re: [google-appengine] App Engine HRD migration and easier process for people with no data

2012-09-21 Thread Kristopher Giesing
Google's messaging about migration is getting stronger, so I assume the why bother is so Google doesn't one day shut down my instance. - Kris On Thursday, September 20, 2012 4:30:07 PM UTC-7, Joshua Smith wrote: I have one such app, and I can tell you that it has had exactly 0 downtime for

Re: [google-appengine] App Engine HRD migration and easier process for people with no data

2012-09-21 Thread Joshua Smith
Oh, well.. yeah. Good point. I think google is stuck supporting M/S for 3 years after their deprecation warning, though. So I'm in no hurry. On Sep 21, 2012, at 3:49 PM, Kristopher Giesing kris.gies...@gmail.com wrote: Google's messaging about migration is getting stronger, so I assume the

Re: [google-appengine] Using Java Files API for Google Cloud Storage results in corrupt files

2012-09-21 Thread Tim Rob
Great, thanks Christina On Friday, September 21, 2012 9:12:42 PM UTC+2, Christina Ilvento wrote: Hi Tim, We've diagnosed the issue on our side and should have a fix pushed out soon. Thanks for reporting this. Thanks, Christina On Fri, Sep 21, 2012 at 10:20 AM, Tim Rob

[google-appengine] EmailMessage charset UTF-8 with Python?

2012-09-21 Thread Alan Heitkotter
Does anyone know how to change the charset of an email sent with the mail API? The content-type header is [Content-Type: text/html; charset=us-ascii]. I'm not allowed to change that header with the API and I haven't seen any options to set. The html property is being encoded as UTF-8, so

[google-appengine] Re: Datastore Viewer broken - URGENT.

2012-09-21 Thread Peter McKenzie
Please create a bug on the issue tracker. On Friday, September 21, 2012 11:43:49 PM UTC+10, aswath wrote: Further narrowing down on the issue. If there are fewer namespaces in the app-id, then a dropdown is shown to select the namespace. Then everything is fine for the app-id. However, if

Re: [google-appengine] Using SMTP on GAE

2012-09-21 Thread Peter McKenzie
FYI: the Sockets API lets you use SMTP (authenticated SMTP only). If you're interested in trying it out, please sign up for the trusted tester program: https://docs.google.com/a/google.com/spreadsheet/viewform?formkey=dF9QR3pnQ2pNa0dqalViSTZoenVkcHc6MQ On Thursday, September 20, 2012 4:55:40

[google-appengine] Annourcing aeta: a test runner for Python App Engine applications

2012-09-21 Thread Jacob Taylor
Hello, I am happy to announce that we open sourced aeta, the App Engine Test Appendix. aeta is a tool for running tests on your Python App Engine application. It was created at Google and is used to run many of our own tests. It features both a web interface and a command-line interface to

Re: [google-appengine] Annourcing aeta: a test runner for Python App Engine applications

2012-09-21 Thread Gianni
Thank you. I really needed. -- Gianni 2012/9/21 Jacob Taylor jacobltay...@google.com Hello, I am happy to announce that we open sourced aeta, the App Engine Test Appendix. aeta is a tool for running tests on your Python App Engine application. It was created at Google and is used to run