client.sendAndWait(ClientPrimitives.OE_SEL_REQ, path, folderName,
folderIdDB, userId, users, aclSEL,
Boolean.toString(token.hasSEL()));
// Retrieve ViewInformations to encrypt acl to put into server db
String viewInfos = client.sendAndWait(
ClientPrimitives.OE_VIEW_INFO, path, userId, userId,
String.valueOf(true)).getValue("json");
FileSystemUtils.writePrivateFile("viewInfos.txt", viewInfos);