nddipiazza
- Activité totale 8
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 2
Aperçu des activités
Dernière activité effectuée par nddipiazza-
nddipiazza a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
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...