Is there a way I can make sure owned_by is populated for each object returned by BoxFolder.iterator?
I'm using Box.com for an large enterprise and I'm using the rest API.
I'm iterating over files/folders returned from new BoxFolder(apiConnection, "0").iterator().
This returns BoxInfo objects. Is there a way I can make sure owned_by is populated for each of these child objects?
Please sign in to leave a comment.
Comments
0 comments