srieger
- Activité totale 11
- 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 srieger-
srieger a ajouté un commentaire,
Thank you so much for the help. Just to provide the solution in case anyone else is looking for it as I was, here is my code.... int index; BoxCollaboration aCollaboration; BoxCollaboration.In...
-
srieger a ajouté un commentaire,
I agree and would much rather update an existing collaboration. Thedocumentation is not clear to me anyhow, how to create a new collaboration.Specifically, the parameter "id". Surely I can't use t...
-
srieger a ajouté un commentaire,
Good news bad news. Turns out I can call that method myself. Who knew. However, it doesn't work. 😞 My code looks like this now:propertySubfolder.collaborate( regionalDirector, BoxCollaboration....
-
srieger a ajouté un commentaire,
, I went through the java sdk and saw that parameter in the low level code but sadly the methods that I am using exclude those parameters as they pass null values to the underlying methods ugh. ...
-
srieger a ajouté un commentaire,
The title of this should be Trying to Update Collaboration Object
-
srieger a créé une publication,
Collaboration Invites Create An Account
RéponduI have a java program that runs every morning from my CRM. It walks a folder tree and updates the security for the folders based on the users role in my CRM. It's a fluid environment so I am cha...
-
srieger a ajouté un commentaire,
Thanks for the reply. I need a programmatic way to do this as I have thousands of folders and hundreds of users.
-
srieger a créé une publication,
How to update existing users security level on folders
I have a Java program that walks a bunch of folders and adds groups with the appropriate security levels. Viewer/Uploader, Editor, etc. As a company, we decided to change access to a couple of gr...
-
srieger a créé une publication,
API to add collaborators to folders
I have a simple Java application that walks a folder tree and adds several users and groups as collaborators to the folders. Everything is working fine until I find a folder where the user or gro...