Google App Engine Google Group:
Answer: include a -server argument in Program arguments as such: -server com.google.appengine.tools.dev elopment.gwt.AppEngineLauncher. (Read More)
Google App Engine Google Group:
I've seen your post in one forum, but have you tried this one? [link] The forum on the link above is for questions specific to DocumentList. -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Google App Engine Google Group:
There are also burst quotas: [link] The limits are here: [link] The quota you're exceeding with 10 emails is the 8 recipients/minute limit. Note that if you enable billing, this quota will go up to 5,100 recipients a. (Read More)
Google App Engine Google Group:
I'm not seeing any global problems during these times: [link] Can you provide an application ID? -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Google App Engine Google Group:
I've started working on (or at least at this point only arguing with django people) this project as well, but it is still some time off so I wouldn't hold your breath quite yet. (Read More)
Google App Engine Google Group:
Can you think of an attack that would have been mitigated by the filter if it was enabled for static content? If someone comes up with an attack, our chances to get rid of the ugly header quickly will improve significantly (Read More)
Google App Engine Google Group:
It looks like there may be an issue with feedsky and responding to "Accepts-Encoding: gzip" header. I changed urlfetch to work like this: content = urlfetch.fetch(url, headers={ "Accept-Encoding" : "identity" }) It has not (Read More)
Google App Engine Google Group:
By the way - regarding the question about multiple versions of the same app: we have a restriction against this if it is used for the sake of dodging quota. This isn't the case here. Many of our customers run multiple versi (Read More)
Google App Engine Google Group:
I am running Helloworld and got stuck with reloading problem. The tutorial says iterative development is supported by AppEngine. But, when I change helloworld.py and refresh browser, the page does not change. Could you let (Read More)
Google App Engine Google Group:
with everything moving on to webapps and online storage, and being google the main company pushing this, i was wwondering why is there everything on the web to be used but too little to build? Of course, we already have Av (Read More)
Google App Engine Google Group:
I hope there is something obvious I am missing but a call to get_or_insert() fails in the sandbox (using eclipse on a Windows desktop) The offending line is: pe = PersonEmail.get_or_insert(emai l) Class PersonEmail is de (Read More)
Google App Engine Google Group:
Cynthia, I have good news for you: From here: [link] - Service for storing and serving large files It's coming! We hear you. -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Google App Engine Google Group:
Here's the fun way! Figure out a way to represent the sequence of hours you need it to run... n0 = 6, n1 = n0 + 1, n2 = n1 + 1, n3 = n2 + 1, n4 = n3 + 1, n5 = n4 + 3, n6 = n5 + 4 Have a cron job start it off at 6am... The (Read More)
Google App Engine Google Group:
Is your processing not possible with the deferred module added in 1.2.5 [link] If you launch many tasks to process the uploads you waste a lot of CPU retrieving the data needed. With the deferred method you run for about (Read More)
Google App Engine Google Group:
Or write a custom filter that checks to see if the current category is found in the list of checked categories. 2009/11/17 Joshua Smith :. (Read More)
Google App Engine Google Group:
Login to your appengine admin page and look for "Logs" link in the left side. Clicking it will show you the different types of logs and default logs are "Error" related. Click on the plus-es to see the description of the (Read More)