>> However, apps can neither read from nor write to the blobstore. >> The only way to read from it is to serve the file, and the only >> way to write to it is through a POST from the outside. >> > I've been able to write to it using urlfetch internally. You just craft a > request with the POST from the app and send it to the URL you get from the > blobstore API.
Won't that fail if the request is larger then 1MB? http://code.google.com/intl/de/appengine/docs/python/urlfetch/overview.html#Quotas_and_Limits Regards, Martin _______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
