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

Python BoX API to get all items in folder Or how to search folder by FolderName?

New post

Comments

3 comments

  • Monte2

    I am assuming your intent on search  is to locate a folder and deposit a file there. You could use a program called ccScan to do the same search and if it does not find it automatically create it. It can automatically look up multiple folder and deposit the file and/or create multiple folder for multiple files.Just google ccScan and you see more information. 

    0
    Comment actions Permalink
  • sriman

    Thank you. I need to do it in Python Programming language. 

    0
    Comment actions Permalink
  • mwiller

     I think you might be using the `offset` parameter the wrong way; it's not the page number, by the index to start returning results from.  So, the first page has (limit=1000, offset=0) to return the first 1000 items, i.e. the items at index 0-999.  The second page should have (limit=1000, offset=1000) to return the items at index 1000-1999.

    0
    Comment actions Permalink

Please sign in to leave a comment.