srieger
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by srieger-
srieger commented,
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 commented,
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 commented,
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 commented,
, 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 commented,
The title of this should be Trying to Update Collaboration Object
-
srieger created a post,
Collaboration Invites Create An Account
AnsweredI 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 commented,
Thanks for the reply. I need a programmatic way to do this as I have thousands of folders and hundreds of users.
-
srieger created a post,
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 created a post,
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...