Hi,
When “Restrict content creation” is enabled in the Enterprise settings, the following CLI command produces a 403 error.
1$FolderID = 12345678902$OwnerPre = 12345678913$OwnerAft = 123456789245$CollaborationID = box folders:collaborations:add $FolderID --as-user=$OwnerPre --role co-owner --user-id $OwnerAft --id-only6box folders:collaborations:update $CollaborationID --as-user=$OwnerPre --role owner7
If I uncheck the “Restrict content creation” box, it succeeds, but is there any way to succeed with the box checked?
Sincerely,


