Hello,
I am trying to determine with the Python SDK and Box API how to see if a file or folder is being shared. I looked at the Box documentation and there looks to be an attribute of the folder object called has_collaborators, but is not a valid parameter.
I looked over the BOX SDK docs and its says I can query the folder object with a string of parameters, but I didnt see a place where valid parameters were..
Things I do see, are name, owned_by, and item size, but I really need to know if a item is being shared.
How do I look at the parameters or attributes of a object collection? If i can just pprint it, that would have been awesome, but that alas doesnt work.
Thanks for the help,
Gary