[google-appengine] What are the rules for sending email through an application

2012-02-24 Thread mikaye
Previously, I had sent emails in my GAE appplication through my own account. This works fine. e.g. myapp.appspot.com I'm working with a 3rd party and have updated their site so their domain, http://www.nextgreatstartup.com, points to myapp.appspot.com by adding it as a service to their GAE apps a

[google-appengine] Re: Billing - credit, prepay, minimum ammonits and VAT Invoices

2012-02-24 Thread GordonHo
I can only agree here. Having every week a billing is indeed annoying. We'd gladly prepay or switch at least to monthly billing. Cheers, Gordon On Friday, February 24, 2012 7:39:54 PM UTC+1, Janusz Skonieczny wrote: > > A VAT Invoice is a fiscal document that has all the law required > infor

[google-appengine] Re: 1.6.3 Prerelease SDK Available

2012-02-24 Thread alex
First off, awesome job. There's one thing I'm not sure whether I'm missing something or doing it wrong but, a command like this one: appcfg.py --oauth2 -V request_logs APP_ROOT /tmp/requests.log gives me an exception: TypeError: object of type 'NoneType' has no len() I noticed in appengine_r

[google-appengine] Re: Billing - credit, prepay, minimum ammonits and VAT Invoices

2012-02-24 Thread Janusz Skonieczny
A VAT Invoice is a fiscal document that has all the law required information, eg. company that is purchasing services with it's VAT ID. I use my personal credit card to pay for GAE, and there is no way to enter the company info in GAE, so I can not get a proper refund. I cannot enter GAE bill a

[google-appengine] Re: GAE and EU law regulations requiring for personal information data to be located in EU.

2012-02-24 Thread Ian Marshall
You might want to look at the discussion thread for Google App Engine issue 193 (Country-specific Storage) at: http://code.google.com/p/googleappengine/issues/detail?id=193#c6 On Feb 24, 6:03 pm, Janusz Skonieczny wrote: > Hi all, > > I'm looking into a possible case that I'll have to shut do

[google-appengine] Re: GAE and EU law regulations requiring for personal information data to be located in EU.

2012-02-24 Thread pdknsk
http://code.google.com/p/googleappengine/issues/detail?id=45 http://code.google.com/p/googleappengine/issues/detail?id=193 -- 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@googlegroups.co

[google-appengine] GAE and EU law regulations requiring for personal information data to be located in EU.

2012-02-24 Thread Janusz Skonieczny
Hi all, I'm looking into a possible case that I'll have to shut down my GAE app just because it's data centre is located outside EU. There is a discussion in Poland concerning personal information, and where it can be stored and processed by polish companies. Today a safe bet is that my appli

Re: [google-appengine] BTW: There is a great thread about python 2.7 performance on google-appengine-python

2012-02-24 Thread Robert Kluin
Very nice Andrin. On Fri, Feb 24, 2012 at 10:24, Andrin von Rechenberg wrote: > If you've missed the thread about Python 2.7 performance on > google-appengine-python: > http://groups.google.com/group/google-appengine-python/browse_thread/thread/59578235d6a3f48 > > Cheers, > -Andrin > > -- > Yo

[google-appengine] BTW: There is a great thread about python 2.7 performance on google-appengine-python

2012-02-24 Thread Andrin von Rechenberg
If you've missed the thread about Python 2.7 performance on google-appengine-python: http://groups.google.com/group/google-appengine-python/browse_thread/thread/59578235d6a3f48 Cheers, -Andrin -- You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Re: Full Text Search Options

2012-02-24 Thread Lucas
very popular topic. everyone eyes on same feature =) -- 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@googlegroups.com. To unsubscribe from this group, send email to google-appengine+uns

Re: [google-appengine] Any news regarding SSL support for google apps registered domains?

2012-02-24 Thread Iván Rodríguez
Hi, I filled this form 1 month ago and I have not received any feedback from GOOGLE. What is happening? Thanks 2012/2/23 Cayden Meyer > Hi Joshua, > > Sadly I do not have a date to announce at this point, but rest assured we > will announce one as soon as we can. We know this is an important

Re: [google-appengine] Re: Python 2.7: Instance memory limitations with concurrent requests

2012-02-24 Thread Andrin von Rechenberg
It turns out that the requests with high ram requirements are so well distributed that I'm not running out of memory. So my initial concerns (the first mail in this thread) can be forgotten. YAY. -Andrin On Wed, Feb 22, 2012 at 9:08 AM, Robert Kluin wrote: > Hey Alex, > I should probably have

Re: [google-appengine] For information about how to identify the cause of the error to start up the backend

2012-02-24 Thread linkseed
The script for loading a library was prepared and it set to /_ah/warmup. However, the error did not change. *For more information, please look at the attached image of the first post. (app.yaml) - url: /_ah/warmup script: warmup.app When I specified "warmup.app" as start handler, it succeede