If you write a doc to SG you need to have read it from SG — its MVCC enforces a “read, modify, write” pattern. That is, when you write you have to include the revisionID of the revision you read.
But if you’re not planning on writing back the document, you can read it from the bucket directly.