Skip to content

[Deprecated]

Usage

drive_auth_config(active, app, path, api_key)

drive_oauth_app()

drive_example(path = NULL)

Arguments

app

[Deprecated] Replaced by the client argument.

path

JSON downloaded from Google Cloud Console, containing a client id and secret, in one of the forms supported for the txt argument of jsonlite::fromJSON() (typically, a file path or JSON string).

api_key

API key.

drive_auth_config()

This function is defunct.

drive_oauth_app()

In light of the new gargle::gargle_oauth_client() constructor and class of the same name, drive_oauth_app() is being replaced by drive_oauth_client().

drive_example()

This function is defunct. Access example files with drive_examples_local(), drive_example_local(), drive_examples_remote(), and drive_example_remote().