googledrive (version 0.0.0.9000)

teamdrive_find: Find Team Drives

Description

This is the closest googledrive function to what you get from visiting https://drive.google.com and clicking "Team Drives".

Note: Team Drives are only available to users of certain enhanced Google services, such as G Suite Enterprise, G Suite Business, or G Suite for Education.

Usage

teamdrive_find(pattern = NULL, n_max = Inf, ..., verbose = TRUE)

Arguments

pattern

Character. If provided, only the items whose names match this regular expression are returned. This is implemented locally on the results returned by the API.

n_max

Integer. An upper bound on the number of items to return. This applies to the results requested from the API, which may be further filtered locally, via the pattern argument.

...

Other parameters to pass along in the request, such as pageSize.

verbose

Logical, indicating whether to print informative messages (default TRUE).

Value

An object of class dribble, a tibble with one row per item.

See Also

Wraps the teamdrives.list endpoint::

Examples

Run this code
# NOT RUN {
teamdrive_find()
# }

Run the code above in your browser using DataCamp Workspace