googledrive (version 0.1.1)

drive_deauth: Suspend authorization

Description

Suspend googledrive's authorization to place requests to the Drive API on behalf of the authenticated user.

Usage

drive_deauth(clear_cache = TRUE, verbose = TRUE)

Arguments

clear_cache

logical indicating whether to disable the .httr-oauth file in working directory, if such exists, by renaming to .httr-oauth-SUSPENDED

verbose

Logical, indicating whether to print informative messages (default TRUE).

See Also

Other auth functions: drive_auth_config, drive_auth

Examples

Run this code
# NOT RUN {
drive_deauth()
# }

Run the code above in your browser using DataLab