tests/testthat/_snaps/drive_share.md

drive_share() errors for invalid role or type

Code
  drive_share(dribble(), role = "chef")
Condition
  Error in `match.arg()`:
  ! 'arg' should be one of "reader", "commenter", "writer", "fileOrganizer", "owner", "organizer"
Code
  drive_share(dribble(), type = "pet")
Condition
  Error in `match.arg()`:
  ! 'arg' should be one of "user", "group", "domain", "anyone"


tidyverse/googledrive documentation built on Jan. 14, 2024, 3:44 a.m.