When calling fetchBlobById, retrofit automatically encode the parameters.
A call with files:files/0/file as fieldPath parameter will fail because the parameter is encoded to files:files%2F0%2Ffile and encoded path are not handled by Jersey 1.x on server side (see BlobAdapter).