You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for developers of Google App Engine
|
|
|
Group Welcome & Read Me
   
|
| |
Hi,
Welcome to the Google App Engine developer forum.
Before posting you may want to read our user maintained App Engine
Community FAQ: [link].
These are questions written and maintained by the group's members. If
you get a great answer to your question, consider adding it to the... more »
|
|
App Engine Chat Time!
   
|
| |
Hi Everyone!
Every first and third Wednesday of the month, the App Engine team
hosts IRC Chat Time, an opportunity for you to get answers to your App
Engine-related questions in real-time.
Here's the schedule:
- Every FIRST Wednesday of the month from 7:00 to 8:00 p.m. PDT
- Every THIRD Wednesday of the month from 9:00 to 10:00 a.m. PDT... more »
|
|
New App Engine Java and Python forums
   
|
| |
Greetings App Engine community!
We've just launched Java language support on App Engine in addition to
Python. To make it easy for language specific discussions, we have
created new forums for each languages. The main google-appengine forum
will continue to exist as a forum for general discussions on App... more »
|
|
Getting multiple form data as dictionary on Python GAE
|
| |
Good evening,
I am Tomiwa from Nigeria. I have been working with appengine for a
couple of weeks, on the python platform and I need to get something
done hope you could help.
If I have a form input element such as:
<input name="form[name]" />
<input name="form[sex]" />
How can I read this into a dictionary such as form = {'name': '',... more »
|
|
Unable to Update
|
| |
I am stuck - any help will be greatly appreciated! The log report is
below:
Unable to update:
com.google.appengine.tools.adm in.JspCompilationException: Failed to
compile the generated JSP java files.
at com.google.appengine.tools.adm in.Application.compileJavaFile s
(Application.java:416)
at com.google.appengine.tools.adm in.Application.compileJsps... more »
|
|
GqlQuery & JSON Question
|
| |
Hi,
for my JavaScript frontend I need to print the gqlquery data as JSON
strings.
For that purpose I used this class:
[link]
which works really great!
But it prints out ALL the data every time. Most of the data I don't... more »
|
|
Long Response times?
|
| |
Hi,
I just started developing with python and google app engine and my
first project is to build a small easy proxy server to enable cross
domain xml requests from the client. I'm experiencing logn response
times in all python handlers. Static files as being served fast but
python handlers are loading slow 800ms - 1.5 seconds. For instance,... more »
|
|
Help needed in Domain names
|
| |
Hello there.Our department Symposium website is hosted in the URL
[link]. It is working well. Our department
already had a website [link]. They bought a domain
name [link] and they mapped it with the hosting server
they used for [link] with shared hosting I guess. We... more »
|
|
Hello world cant map urls!!
|
| |
Hi,
I modified hello world example to have 3 different scripts handling 3
different url patterns. I tested them by manually entering the url
into the address bar and hit ENTER.
"Localhost:8085" shows up as "Hello world!"
"Localhost:8085/2" doest appear. It shows blank page. Log says "404
error"... more »
|
|
cron - too many continues
|
| |
i know this has been posted before, but in other posts the error was
caused by redirects and other issues.
i have a cron job scheduled to run every minute (also tried it every 5
minutes). the cron job runs some code which prints a string to the the
log, that's it. but it doesn't run. the error on the cron jobs page in... more »
|
|
Paging - ordered by a signed integer
|
| |
Hi,
I've read the GAE article on paging [link]
and have a working solution but I cannot help feeling that it
unnecessarily complex.
I want to page through a dataset, ordered by a signed integer value
(votes).
What I first tried was to store votes in an integer property and the... more »
|
|
Problems with Bulk Uploading.
|
| |
I am having a terrible time getting my bulk upload to work.
It is working fine on my dev enviornment. When I try and upload to my
app I get:
[INFO 2009-11-21 23:49:48,233 bulkloader.py] Logging to bulkloader-
log-20091121.234948
[INFO 2009-11-21 23:49:48,250 bulkloader.py] Throttling transfers:... more »
|
|
Question on Free Stored Data Quota
|
| |
I have a question on the Stored Data Quota.
Google is offering us free 1GB quota for stored data. Currently, my
total data base size is 0.9 GB. (0.1 GB) left.
So, during next month, will my quota limit be reset? Will Google give
me another free 1 GB data next months? Does it means, there will 1 +... more »
|
|
|