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:
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 failed on me once. I also tried the following experiments. I'm just using straight curl here, no f (Read More)
Google App Engine Google Group:
So Google voice doesn't have an official api but if you goto [link]. You can use this to most of what google voice can do. But when you put this on the google app engine it fails due to gae changing the host header back for security reasons. (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 versions to stage and test their application. -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)
Google App Engine Google Group:
Hi, read inline comments On Nov 20, 11:54Â am, Anders Moberg wrote: I use Eclipse with PyDev and Google App Engine Launcher (under Mac OSX). Mercurial as version control system. You can find a lot of tutorials how to setup such environment Never hear about such restrictions. As I know this is normal way. Only. (Read More)
Google App Engine Google Group:
Traditional relational databases are not scalable, and using such library would most likely result in a data organization that does not scale well. Might be fine for a lot of apps, but it kind of defeat the main purpose of using a cloud infrastructure. (Read More)
Google App Engine Google Group:
I'd reproduce and track exactly where, either in engine or app, find the iteration or recursion accessing the Array and we know more. Array or ArrayList is the best structure and trying to access element outside array means an array index calculation went one beyond predefined Array length. (Read More)
Google App Engine Google Group:
I am a newbie in Google App Engine and am experimenting on Task Queue. Have added the following code in my servlet: Queue queue = QueueFactory.getDefaultQueue() ; TaskOptions lUrl = TaskOptions.Builder.url("/sign "); queue.add(lUrl); Queue.xml: default. (Read More)
Google App Engine Blog:
When choosing a platform to power a new application that will be used by popular media sites, some of the criteria we look for are scalability, ease of deployment, and ease of management. As with the nature of news and media, traffic can go up and down without much warning and getting new content out of the door quickly is (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:
Hi all, I'm newbie in this App Engine. As far I know, lot of Django app portability get solved if someone implement a Django database backend for App Engine. Even I read "Once queryset-refactor lands in trunk, it might also be possible to write a database backend for App Engine that would allow any app to run properly. (Read More)
Google App Engine Google Group:
Hello All, I am a python newbie. My friend, who is a python guru solved it for me. I just had to add '/vendor' directory in PYTHONPATH. I have solved this on my local instance. I haven't done it yet on appengine though. Regards, Cage. (Read More)
Google App Engine Google Group:
Google App Engine is mostly oriented to Web applications. 1Mb size is enough for full screen pictures for most monitors. May be this one of the reasons. (Read More)
Google App Engine Google Group:
Rein, Can you create a ticket in our issue tracker? [link] -- Ikai Lan Developer Programs Engineer, Google App Engine. (Read More)