Welcome to the new Box Support website. Check out all the details here on what’s changed.

Get Folder or File details in Box Android SDK

Answered
New post

Comments

1 comment

  • Murtza

     You can get this information in the same API call to the Get Folder Items endpoint by using the optional fields parameter. 

     

    For example:

     

    curl "https://api.box.com/2.0/folders/0/items?fields=size,created_at" \
    -H "Authorization: Bearer ACCESS_TOKEN”

     

    0
    Comment actions Permalink

Please sign in to leave a comment.