drive_about: Get info on Drive capabilities

View source: R/drive_about.R

drive_aboutR Documentation

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


drive_about()

# explore the export formats available for Drive files, by MIME type
about <- drive_about()
about[["exportFormats"]] %>%
  purrr::map(unlist)


googledrive documentation built on July 9, 2023, 7:04 p.m.