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.
