BoxFolder folder = new BoxFolder(api, innerItemInfo.getID());
//folder.getItemURL();
Iterator itemInfoItr = folder.iterator();
while(itemInfoItr.hasNext()) {
BoxItem.Info folderItemInfo = itemInfoItr.next();
BoxSharedLink boxSharedLink = folderItemInfo.getSharedLink();
System.out.println("\t\t" +folderItemInfo.getName());
if(boxSharedLink != null){
System.out.println("\t\t" +boxSharedLink.getUnsharedDate());
}
}
Question
SharedLink object is coming null for my shared file !
Sign up
Already have an account? Login
Community access is available only with a Box Account.
Sign in with your Box AccountSign in to the Box Community
No account yet? Create an account
Community access is available only with a Box Account.
Sign in with your Box AccountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
