Google App Engine Google Group:
I would think that would work, but I cook everything in myself; you might just try using a relative directory access instead of absolute, I have heard that works best in GAE. (Read More)
Google App Engine Google Group:
Hi Adrian, Are you referring to the recently-released Closure JavaScript library? The intention is that you use it with Closure Compiler, producing a single script you can include with your app, so there's no need to include the entire thing. -Nick Johnson -- Nick Johnson, Developer Programs Engineer, App Engine. (Read More)
Google App Engine Google Group:
Hi Nick, There are a certain class of applications that modify their code at runtime - is the intention that these use the restful Closure JavaScript compiler API? One of the downsides to GWT is the need for compilation (there's no compiler on GAE) - also making this a *requirement* of a straight javascript solution t (Read More)
Google App Engine Google Group:
Hi I am using remote_api called by Plone to send content to app engine (to appspot, not the dev_appserver) and all goes well. However every once and a while after a few hundred records have been pushed (could be just a few records or several hundred - no consistancy here) the remote_api calls starts throughing. (Read More)
Google App Engine Google Group:
Hello App Engine users! I'm working on a small project that required pagination. I found the pagination article on the app engine site[1], and it was helpful. But when I was done implementing the approach described, I was left with an extra layer of complication, ugly urls, and not even a 'previous page' link. (Read More)
Google App Engine Google Group:
yes 2009/11/6 Nguyá»…n Kim Kha -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] projects [link]. (Read More)
Google App Engine Blog:
Congratulations to Audrey Roy -- her "Price It By Phone" application won the Google App Engine + Twilio developer contest that ran from September 21st to October 4th. Audrey will receive $1000 in Google App Engine credit, and a Dell Netbook from Twilio.Audrey hacked together her contest submission in under 48 hours after g (Read More)
Google App Engine Google Group:
Yes, the requests that flash makes are like the normal Ajax calls. You write a handler for them and return the right response. 2009/11/3 j to the oh no :. (Read More)
Google App Engine Google Group:
"Datastore writes are temporarily unavailable. Please see [link] for more information." 11-03 05:21PM 32.889 , application "metutil". Hordes of the blighters. The status page was apparently repeating some mantra about everything being OK, despite everything being clearly Pete Tong on the App Engine. (Read More)
Google App Engine Google Group:
use app-engine-patch 2009/11/3 Yan Wang -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] docs [link] projects [link]. (Read More)
Google App Engine Google Group:
NO way 2009/11/3 Eli -- gae-django-cms (GD-cms) a multi-user CMS running on GAE sample [link] docs [link] projects [link]. (Read More)
Google App Engine Google Group:
If you have an App Engine app that's trying to send automated queries to youtube, well, this should be self-explanatory. If not, you're probably in the wrong group. (Read More)
Google App Engine Google Group:
I found that if I used my query a few times on the development server then your above code snippet was automatically inserted in my index.yaml - neat! (not app.yaml) Then when I uploaded to Google App Engine I got errors for a few minutes while the index was building, but eventually it worked. (Read More)