Andreas,

Yup. I have had to resort to using the blobstore on many occasions for
exactly this reason.

One gotcha that I have run into when doing this is that there appears
to be no way to write a new blob to the blobstore (using the files
API) inside of a transaction that also modifies a datastore model,
even with the XG option enabled. I would love a solution to this if
anyone knows of one. Right now I am doing a workaround that may cause
a new blob to be written even if the transaction fails and using a
delayed task to clean that up.

- Bryce

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to