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.
team_drive_find(pattern = NULL, n_max = Inf, ..., verbose = TRUE)
| 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 |
| ... | Other parameters to pass along in the request, such as |
| verbose | Logical, indicating whether to print informative messages
(default |
An object of class dribble, a tibble with one row per item.
Wraps the teamdrives.list endpoint::
# NOT RUN { team_drive_find() # }