ClientPrimitives.OE_PUT_UPDATE_TOKEN, folderPath,
owner, jsonOut, nextToken).getValue(
"finishedUpdateToken");
} while ("false".equals(finishedUpdateToken));
currentEmpty = Boolean.valueOf(client.sendAndWait(
ClientPrimitives.OE_CURR, folderPath, owner).getValue(
"currEmpty"));
}
String nextTokenLast = "{\"next_token\":\"" + acl + "\"}";