nddipiazza
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by nddipiazza-
nddipiazza commented,
Yes that is what we are doing. But some folders do not allow us to do that. Is that because the folder is owned by another administrator?
-
nddipiazza created a post,
Our Box account is a co-admin. Does it need 'owner' rights to crawl a folder?
Simple question here: Our Box account is a co-admin. Does it need 'owner' rights to crawl a folder?
-
nddipiazza created a post,
Do Box's enterprise groups support Group Nesting?
Does Box's enterprise groups support group nesting? Where GroupA can have a member GroupB. And GroupB can have a member GroupC? Or is nesting not allowed, such that groups can only have user membe...
-
nddipiazza commented,
After you correctly require 2 way authentication and have all your permissions set correctly, you will then need to delete your existing authornization and re-authorize. if you do not do this, you...
-
nddipiazza created a post,
How to correctly export all Box files for a user using JWT service account
Using a JWT service account I want to access all Box.com files for User with ID 234234 and login nick.jackson So I create a jwt api connection: String privateKey = new String(Files.readAllBytes(P...
-
nddipiazza created a post,
Is there a way I can make sure owned_by is populated for each object returned by BoxFolder.iterator?
I'm using Box.com for an large enterprise and I'm using the rest API. I'm iterating over files/folders returned from new BoxFolder(apiConnection, "0").iterator(). This returns BoxInfo objects...