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 »
|
|
incremental download from the google app engine datastore
|
| |
Hi,
I wonder if it is possible to download the added data (incremental
download) using
appcfg.py download_data ...
The time log data of my service is very big now. So whenever I have
to download the time log, it takes long because it downloads the full
data every time. So I'd like to download just the data newly added.... more »
|
|
Can't login to app after upload
|
| |
Aloha,
I have uploaded YouTube Direct to my GAE account via Eclipse
(successfully) and am able to get to my login screen at
[link] but when I login using my unique
Google Apps ID i get a 403 Error.
"Error: Forbidden
Your client does not have permission to get URL /admin/ from this... more »
|
|
BotNet/DDoS Attack
|
| |
So my silly little toy application that I put up in March suddenly
appears to have become the target of a BotNet/DDoS attack. The
content was political, though non-partisan, so maybe that drew could
have drawn this loser's ire. I've disabled the app but I'm not sure
what, if anything, I should do next.... more »
|
|
Google: Can't see my apps!
|
| |
Hello,
I am trying to create an app engine app, and also have been added to
an existing one. However, every time I go to [link]
I get the "Create an application" button. I click it, create a new
app, and "Start". It takes me right back to "Create an application".
I have created probably 10 apps, and I know they are created because... more »
|
|
SMS Verification
|
| |
Aloha,
I am getting the following message when trying to verify my Google App
Engine account for the email ra...@airlabtv.com: "The phone number has
been sent too many
messages or has already been used to confirm an account"
I have used my cell number to verify another account under
airlabtv.com and need to verify it under ra...@airlabtv.com to use... more »
|
|
Illegal seek
|
| |
Strangeness.
When I run my application (local or deployed), the first time i load a
page (any page) on the app I get an error like the following:
--> --> -->
<type 'exceptions.IOError'> Python 2.5.1: /System/Library/Frameworks/
Python.framework/Versions/2.5/ Resources/Python.app/Contents/ MacOS/... 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 »
|
|
|