Hi,

I want to download all my data for offline processing (for stats
etc.).

How do I access the key of an object? How do I access the key of a
ReferenceProperty?

Eg.

class MailExporter(bulkloader.Exporter):
  def __init__(self):
    bulkloader.Exporter.__init__(self, 'Mail',
                                 [('email', str, None),
                                  ('__key__', str, None),
                                 ])

is failing on key.

I couldn't find this anywhere.

Thanks,
Natalie Gordon
www.lenguajero.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to