Hi everybody,
I've noticed the following inconsistency while performing a list folder items request.
When the request is done with a personal access token all the file and folders are returned, which total to 17. And this the value of the 'total_count' attribute in the json response.
When I make the same exactly request with an administrator token and the previous user's user_id in the 'As-User' Header, I get 16 items returned and the 'total_count' attribute is 17. There is a folder missing from the listing which was shared to this user from another box user.
Is this a bug or I am missing an additional header or query param?
Thanks very much for any input,
Andreas