tests/testthat/_snaps/drive_fields.md

drive_fields() admits it only knows about Files fields

Code
  out <- drive_fields(x, resource = "foo")
Message
  ! Currently only fields for the 'files' resource can be checked for validity.
    Nothing done.

drive_fields() detects bad fields

Code
  out <- drive_fields(c("name", "parents", "ownedByMe", "pancakes!"))
Condition
  Warning:
  Omitting fields that are not recognized as part of the Files resource:
  * 'pancakes!'


Try the googledrive package in your browser

Any scripts or data that you put into this service are public.

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