Hey Jeff, What errors are you seeing? Do you know that you have a valid readChannel?
-- Chris On Tue, Jan 17, 2012 at 4:50 PM, Jeff Morgan <[email protected]> wrote: > Is it possible to read a binary file from GCS using the GAE API? The > example provided in the GAE documentation works great but a text file but > how about a PDF or MP3? I tried > > BufferedInputStream reader = new > BufferedInputStream(Channels.newInputStream(readChannel));, but this is not > working. Any ideas? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/wwU2DId4vPEJ. > 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.
