Skip to contents

Authenticate to Google Drive

Usage

authenticate_google_drive(options = list(method = "service_account_key"))

Arguments

options

a list with information about the authentication method. Either "service_account_key" for authenticating an app or "OAuth" for authenticating a real person (for example when running the code locally).