Hello, I'm trying to simply read blobstore data without using the .serve() method. It seems like I can use the .fetchData() method, but the parameters needed are unclear to me and how I would generate them.
I just need to read all the bytes. For example if I store a plain/text file in the blobstore, I want to read it as a String so that I can parse it and do something else with it. Any ideas? Thanks, Luca -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
