Is there Box rest api to fetch folders connected to a user? -


below rest api provides membership details of box user:

https://api.box.com/2.0/users/335014321/memberships 

is there similar api fetch folders connected box user?

i have tried below rest endpoint gave response status:

405,"code":"method_not_allowed". 

https://api.box.com/2.0/users/335014321/folders

you not able folders connected box user without oauth token user.

if admin of box enterprise account. can use as-user header. can take @

https://box-content.readme.io/reference#as-user-1

you have access token admin able use as-user call sending support ticket box support ask them activate application allow usage of as-user.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -