It is pretty straightforward: Python: http://code.google.com/appengine/docs/python/blobstore/blobreaderclass.html
Java: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreInputStream.html On Tue, Aug 16, 2011 at 20:52, rrbaldi <[email protected]> wrote: > I need to access the content of the blobs in the blobstore of my > appspot application? Are there methods to acomplish this task? Or can > I just have blobs uploaded/served from/to clients? Any help is > welcome! > Tanks. > > -- > 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.
