pcapdown
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by pcapdown-
By the way, when I say slow, I mean it takes almost 1 second to get each ItemInfo:for (BoxItem.Info itemInfo : targetFolder) {if (itemInfo instanceof BoxFolder.Info) {...etc.
-
Is this this only method to get the meta data (name, size, etc) of all the files in a folder?I ask because I am using it to traverse a few directories and it is VERY slow.Is there perhaps a single...
-
I also tried using the user-id rather than the email address: BoxFolder root = BoxFolder.getRootFolder(enterpriseAccess); BoxCollaborator collaborator = new BoxUser(enterpriseAccess, APP_USER_NAME...