googledrive (version 0.0.0.9000)

drive_about: Get info on Drive capabilities

Description

Gets information about the user, the user's Drive, and system capabilities. This function mostly exists to power drive_user(), which extracts the most useful information (the information on current user) and prints it nicely.

Usage

drive_about()

Arguments

Value

A list representation of a Drive about resource

See Also

Wraps the about.get endpoint:

Examples

Run this code
# NOT RUN {
drive_about()

## explore the names of available Team Drive themes
about <- drive_about()
about[["teamDriveThemes"]] %>%
  purrr::map_chr("id")
# }

Run the code above in your browser using DataCamp Workspace