The limit is 500 characters. If you want more use a Text Property. Python: http://code.google.com/appengine/docs/python/datastore/typesandpropertyclasses.html#StringProperty
Java: http://code.google.com/appengine/docs/java/datastore/dataclasses.html#Core_Value_Types Robert On Wed, Aug 18, 2010 at 12:31, mapsticker <[email protected]> wrote: > I have an Entity in appspot that contains a column of type String. > What is the limit in the size of the String type? > I have tried Strings of length 1K and I get a server error. > > -mapsticker > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
