content_types: character, content to search; more than one can be supplied with a vector.
type: character, type of object to return; the default, NULL, returns all possible types ("file", "folder", or "weblink").
file_extensions: character, vector of strings containing the file extensions (without dots) by which to narrow your search.
ancestor_folder_ids: numeric or character, if supplied, results are limited to one or more parent (ancestor) folders.
created_at_range: POSIXct (vector, length 2), range of created-at times.
updated_at_range: POSIXct (vector, length 2), range of updated-at times.
size_range: numeric (vector, length 2), range of file sizes (bytes).
trash: logical, indicates to search only the trash folder.
owner_user_ids: numeric or character, limits search to files owned by users with these IDs.
max: numeric, upper limit on the number of search results.
...: Other arguments passed to box_search().
Returns
Object with S3 class boxr_object_list.
Details
The Box API supports a maximum of 200 results per request. If max > 200, then multiple requests will be sent to retrieve and combine 'paginated' results for you, behind the scenes.