Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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()

Value

A list representation of a Drive about resource

See Also

Wraps the about.get endpoint:

Examples

## Not run: 
drive_about()

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

## End(Not run)

googledrive

An Interface to Google Drive

v1.0.1
MIT + file LICENSE
Authors
Lucy D'Agostino McGowan [aut], Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.