I'm having some issues using the Blobstore and FileServices and wonder if someone could point me at some documentation or samples?
I have a GAE app with an uploader service and I can upload text files from my app (using a FormPanel with a GWT FileUploader) with not problems. I can see the files in my BlobStore but can't seem to open them for read later on using the BlobKey (FileService.openReadChannel gives me an IOException). This is a simple text file that I just need to upload per user and read in a simple line-by-line way. Nothing exotic so I was hoping to avoid dealing with the DataStore. Also, will I be able to use a .Net app to upload to the App's Upload URL? I'll have the needed user id/password so I can authenticate and provide x_auth if needed. Wouldn't it just be a call to get the Upload URL followed by POSTing multipart to the returned URL? Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/lr-pMhv8WTsJ. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.