Synchronise blobs using SyncGateway

@andy I tried the GET http://127.0.0.1:4984/myDatabase/mydocwithattachments
using a binary document ID from Couchbase Server, and the result is :
{
“error”: “not_found”,
“reason”: “missing”
}

I waited for the SG views to finish (_design/sync_gateway, and _design/sync_housekeeping).

However, when I use a JSON Document ID, I can get it ! The answer is the JSON Document :

{
"_id": “0000e8054dbb4a2a8be42f4155b33c86”,
“current”: {
“hashSelf”: “XXXXXXXXXXXXXXXXXXX”,
“name”: “nico”,
“age”: “15”, …
}