- /*
- if (!result.isSuccess() || result.getData().size() <= 0) {
- operation = new CreateRemoteShareOperation(
- mPath,
- ShareType.PUBLIC_LINK,
- "",
- false,
- mPassword,
- OCShare.DEFAULT_PERMISSION
- );
- result = operation.execute(client);
- }
- */
-