deprecated-team-drive-functions | R Documentation |
Team Drives have been rebranded as shared drives and, as of googledrive
v2.0.0, all team_drive_*()
functions have been deprecated, in favor of
shared_drive_*()
successors.
The changes in googledrive reflect that the Team Drives resource collection has been deprecated in the Drive API v3, in favor of the new (shared) Drives resource collection. Read more
team_drive_find(pattern = NULL, n_max = Inf, ..., verbose = deprecated())
team_drive_get(name = NULL, id = NULL, verbose = deprecated())
team_drive_create(name, verbose = deprecated())
team_drive_rm(team_drive = NULL, verbose = deprecated())
team_drive_update(team_drive, ..., verbose = deprecated())
as_team_drive(x, ...)
is_team_drive(d)
An object of class dribble
, a tibble with one row per shared drive.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.