Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any way to get all files and folder in box without knowing their id?

Tags:

box-api

Is there any way to get all files and folder in box without knowing their id? Also, how to get all collaboration objects if I don't know collaboration id?

like image 975
user2384432 Avatar asked Dec 15 '22 10:12

user2384432


1 Answers

You can get root folders and files by specifying folder id = 0. And with this result further folders or files can also be fetched.

like image 57
Shanky Munjal Avatar answered May 30 '23 14:05

Shanky Munjal