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 »
|
|
Can I be the owner-proprietary but not the person who pay?
|
| |
Hi all?
I'm just wandering if exist a way that someone pay my the rent of the
App Engine but I keep the ownership of the application. I mean,
somebody pay, but I have full control so when I want change the person
who is paying or pay my selft, no problem.
Cheers
Frank Abel
|
|
Struggling to Upload a CSV file to AppEngine Datastore
|
| |
Bear with me here. I have never used python at the *commandline*
before. Ever.
I have a .CSV file containing the database I would like to upload to
my GAE datastore. I have followed the documentation provided, but the
python shell keeps returning errors (syntax: update_data). Please can
someone step me through how to import the CSV file into AppEngine.... more »
|
|
Quota on number of entity types / kinds?
|
| |
A couple of quota questions:
1) Mainly: I'm looking to develop an application that has an
*unbounded* number of entity types / kinds (by using the low level
Java API). Is this possible, or is there some limit to the number of
entity types / kinds that an application may have?
2) Any limit on the number of entries for a single entity type /... more »
|
|
ViewDoesNotExist at /join No module named atom.service
|
| |
Hello,
I have been trying to setup jaiku microblogging engine on appengine. I
could successfully load the homepage. However, when I click on 'Join'
button it is giving the below pasted error. I can furnish the complete
stack trace if it would help.
Please help me with this.
Regards,
Cage... more »
|
|
Limit on image size very low
|
| |
Hi,
the imaging service limitation of 1MB for the maximum image size seems
very low. Most cameras create bigger images by now.
Any chance of increasing that limit? It would be nice if people could
upload images to my app without having to go through a photo editor
first. In fact avoiding the photo editor was one of the reasons I... more »
|
|
Can't get owned relationship working with JDO and subclass
|
| |
I'm trying to persist a simple class relationship using JDO. My code
is listed below and here's a brief overview of what I'm trying to do:
I have 3 classes:
Person, Customer (extends Person), and Address (referenced from
Person). If I create a Person instance and an Address instance and
call setAddress() on Person, then call... more »
|
|
Naked domains: why is it not supported?
|
| |
I'm so disapointed with Google at the moment. I'm about to deploy a
short url service to Google App Engine and find out that naked domains
are not supported.
I really really want to know the reason that this decision was made,
is Google listening in this discussion group? Please tell us why it's... more »
|
|
Unable to appcfg.py update again !
|
| |
2009-11-16 20:53:09,890 ERROR appcfg.py:1235 An unexpected error occurred.
Aborting.
Traceback (most recent call last):
File "D:\gae\google\appengine\tools \appcfg.py", line 1213, in DoUpload
missing_files = self.Begin()
File "D:\gae\google\appengine\tools \appcfg.py", line 1009, in Begin... more »
|
|
Unable to appcfg.py update to my app
|
| |
2009-11-16 17:07:09,967 ERROR appcfg.py:1235 An unexpected error occurred.
Aborting.
Traceback (most recent call last):
File "D:\gae\google\appengine\tools \appcfg.py", line 1213, in DoUpload
missing_files = self.Begin()
File "D:\gae\google\appengine\tools \appcfg.py", line 1009, in Begin... more »
|
|
Python webapp framework and REST API
|
| |
Hi all,
We are writing an app with Python AppEngine and Closure. I am trying
to follow a few articles I found on how to write your own REST
services (properly). What I have gathered from reading these documents
is that when using PUT or POST I should send back formed data say in
XML or JSON.... more »
|
|
|