You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
You do not have to explicitly use a key, you can just pass an instance
of Foo, and the AppEngine will implicitly use the key under the hood.
You can also use:
foo = Foo()
foo.put()
query = Bar,gql('WHERE foo = :1', foo)