delete_revision: remove a particular revision of a Google Drive file

Description Usage Arguments

View source: R/revisions.R

Description

junks a specified revision of a Google Drive file. Note that some file types may not support revision deletion, in which case a 400 error will be returned.

Usage

1
delete_revision(token, file_id, rev_id, ...)

Arguments

token

a token, generated with driver_connect.

file_id

the ID of a file - or the full URL for accessing it via your browser. See file_metadata for further discussion.

rev_id

the ID of a revision of that file.

...

further arguments to pass to httr's DELETE.


noamross/driver documentation built on May 23, 2019, 9:30 p.m.