to reproduce, open the binary-example app, upload an image, disconnect, and reconnect. it will fail to display the image that comes in. the blob does say it has the right size, but then the data URI that's constructed is something else like blob:http://localhost:8001/f1427196-0c2d-4ed4-82d6-d2383747d568 (at least in Chrome) and doesn't work.
followed the instructions from http://remotestorage.io/doc/code/files/baseclient-js.html#RemoteStorage.BaseClient.getFile but doesn't seem to work.
to reproduce, open the binary-example app, upload an image, disconnect, and reconnect. it will fail to display the image that comes in. the blob does say it has the right size, but then the data URI that's constructed is something else like
blob:http://localhost:8001/f1427196-0c2d-4ed4-82d6-d2383747d568
(at least in Chrome) and doesn't work.