Skip to main content
Question

Missing 'Name' Attribute in AccessibleBy for Collaborations

  • May 23, 2025
  • 2 replies
  • 10 views

Forum|alt.badge.img

I'm currently developing a program to read all collaborators of folders in Box Drive. But I could not find the 'Name' attribute in AccessibleBy. Only 'Id' and 'Type' could be found. I'm using C# Box.V2 and using Developer Token to create session.

qowEDV9Zu4x2SVZvpvvM8X0fQ.png

2 replies

Forum|alt.badge.img

Hello,

There is a similar question in our Github which can answer your question. Please take a look at https://github.com/box/box-windows-sdk-v2/issues/891#issuecomment-1441404482

Collaboration can be a BoxUser or a BoxGroup, and for this reason, the AccessibleBy field of the BoxCollaboration object is of type BoxEntity, so as not to violate this constraint.

 


Forum|alt.badge.img

Thank you Mike. I have found the answer in the article link you have provided.