-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
First off, I hope appengine magic continues to evolve as it fills a big gap and is very helpful. In any case, we just started using the FileService api to read and write files to the blobstore, as referenced here:
https://developers.google.com/appengine/docs/java/blobstore/overview#Writing_Files_to_the_Blobstore
It works perfectly in production, but does not appear to be compatible with appengine magic. For example, .createNewBlobFile works fine, but .openWriteChannel throws the following exception:
java.lang.NullPointerException
at com.google.appengine.tools.development.RequestEndListenerHelper.register(RequestEndListenerHelper.java:39)
at com.google.appengine.api.files.dev.LocalFileService.open(LocalFileService.java:247)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
running version 0.5.0.
Metadata
Metadata
Assignees
Labels
No labels