public class CreateShareWithShareeOperation extends SyncOperation {
private static final int READ_ONLY = 1;
+ private static final int ALL_PRIVILEGES = 31;
protected FileDataStorageManager mStorageManager;
mShareeName,
false,
"",
- READ_ONLY
+ ALL_PRIVILEGES
);
operation.setGetShareDetails(true);
RemoteOperationResult result = operation.execute(client);