list_files: Retrieve the metadata for all files

Description Usage Arguments

View source: R/files.R

Description

list_files allows an authenticated user to retrieve the metadata associated with each file they have access to. For the metadata for a single file, see file_metadata.

Usage

1
list_files(max_results = 100, page_token = NULL, simplify = FALSE, ...)

Arguments

max_results

the maximum number of results to return; any number between 1 and 1000. Set to 100 by default.

page_token

in the event that the requested files are split over multiple pages, each object returned from list_files will contain an element named "nextPageToken". Plugging this into the page_token parameter provides for query continuation.

simplify

whether or not to perform some (small) simplification of the returned list, to make it less nested, headachey and impossible to read. Set to FALSE by default.

...

further arguments to pass to httr's GET.

token

a token, generated with driver_connect.


noamross/driver documentation built on May 23, 2019, 9:30 p.m.