Hi Brandon,

Sorry I wasn't clear in my previous response. The API is working as
designed. In your code sample you
call  writeChannel.write(bb) and then getBlobKey(file) without calling
writeChannel.closeFinally().

Until you call closeFinally() the file has not been *finalized*. This
means the file is write-only. You cannot
read the file and the file *has no BlobKey*. That is why getBlobKey()
returns null.

You must first call closeFinally() before calling getBlobKey().

- Mitch

On Apr 26, 7:10 pm, branflake2267 <branflake2...@gmail.com> wrote:
> I kinda figured, since it shows experimental. I've got a work around, for
> sucking out of the object. I like using it, very nice work so far!
>
> Thanks for looking.
> Brandon

-- 
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 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.

Reply via email to