Missing 'Name' Attribute in AccessibleBy for Collaborations
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.
-
正式なコメント
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 aBoxGroup
, and for this reason, theAccessibleBy
field of theBoxCollaboration
object is of typeBoxEntity
, so as not to violate this constraint.コメントアクション
サインインしてコメントを残してください。
コメント
2件のコメント