You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With introduction of co-authoring, using the "hide collaborators" function at a folder level gives us control over which folders do NOT allow co-authoring. We intend to programmatically and selectively disable collaborators through the CLI as it's more accessible to our teams than the API is directly.
Describe the solution you'd like
Per API docs, enable reading/updating the following two settings within folder get and update commands.
can_non_owners_invite_collaborators
can_non_owners_invite
referring to this: https://developer.box.com/reference/put-folders-id/
Describe alternatives you've considered
2 options - manually tick the checkbox on each folder (eeeeks!) or write something more complex to allow novices to make direct API calls to make the change (less eeks!)
Additional context
Really love the CLI tools!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
With introduction of co-authoring, using the "hide collaborators" function at a folder level gives us control over which folders do NOT allow co-authoring. We intend to programmatically and selectively disable collaborators through the CLI as it's more accessible to our teams than the API is directly.
Describe the solution you'd like
Per API docs, enable reading/updating the following two settings within folder get and update commands.
can_non_owners_invite_collaborators
can_non_owners_invite
referring to this:
https://developer.box.com/reference/put-folders-id/
Describe alternatives you've considered
2 options - manually tick the checkbox on each folder (eeeeks!) or write something more complex to allow novices to make direct API calls to make the change (less eeks!)
Additional context
Really love the CLI tools!
The text was updated successfully, but these errors were encountered: