googledrive 1.0.1
Patch release to modify a test for compatibility with an upcoming release of gargle.
drive_share()
gains awareness of the "fileOrganizer"
role (#302).
Better handling of filenames that include characters that have special meaning in a regular expression (#292).
drive_find()
explicitly checks for and eliminates duplicate records for a file ID, guarding against repetition in the paginated results returned by the API. It would seem that this should never happen, but there is some indication that it does. (#272, #277, #279, #281)
drive_share_anyone()
is a new convenience wrapper that makes a file readable by "anyone with a link".
as_tibble()
method for dribble
objects now passes ...
through, which could apply, for example, to tibble's .name_repair
argument.