Hey there,
I'm trying to share files an folders using the SDK api,
How i can add a password to the shared link.
String folderId = boxFolderId;
BoxFolder file = new BoxFolder(apiConnection, folderId);
BoxSharedLink.Permissions permissions = new BoxSharedLink.Permissions();
permissions.setCanDownload(true);
permissions.setCanPreview(true);
BoxSharedLink sharedLink = file.createSharedLink(BoxSharedLink.Access.OPEN,null, permissions);
Thanks for help.
Question
BoxSharedLink with password
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.