box_search(query = "", content_types = c("name", "description", "file_content", "comments", "tags"), type = NULL, file_extensions = NULL, ancestor_folder_ids = NULL, created_at_range = NULL, updated_at_range = NULL, size_range = NULL, trash = FALSE, owner_user_ids = NULL, auto_paginate = TRUE, max = 200)
box_search_files(query, ...)
box_search_folders(query, ...)
box_search_trash(query, ...)
NULL
return all possible types. Other acceptable values are "file",
"folder", or "weblink"as.POSIXct
).as.POSIXct
).as.numeric
and round
)).logical
.as.integer64
.logical
. By default, the box.com will return a
fixed number of search results per request. By setting auto_paginate to
TRUE
, boxr will keep making new requests untill all search results
are in.numeric
. Upper limit on the number of search results
returned (protective measure for users with large numbers of files).box_search
boxr_object_list
. See
boxr_S3_classes
for details.
The box.com 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.
See the box.com search description for details of the features of the service. Some notable details: