Get info on Drive capabilities
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.
drive_about()
A list representation of a Drive about resource
Wraps the about.get
endpoint:
## Not run: drive_about() ## explore the names of available Team Drive themes about <- drive_about() about[["teamDriveThemes"]] %>% purrr::map_chr("id") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.