Skip to contents

Perform manual authentication with specific Google application using self-generated specified authentication credentials

Usage

auth_google(appname, key, secret)

Arguments

appname

Application name

key

Google API key

secret

Client secret

Value

A Google-authenticated session

Examples

if (FALSE) {
  auth_google(appname = "googledrive",
              key = "ADD/KEY/HERE",
              secret = "ADD/SECRET/HERE")
}