googledrive (version 0.1.1)

drive_api_key: Retrieve API key

Description

Retrieves the pre-configured API key. Learn more in Google's document Credentials, access, security, and identity. By default, this API key is initialized to one that ships with googledrive. But the user can store their own key via drive_auth_config(), i.e. overwrite the default.

Usage

drive_api_key()

Arguments

Value

A Google API key.

Examples

Run this code
# NOT RUN {
drive_api_key()

# }
# NOT RUN {
drive_auth_config(api_key = "123")
drive_api_key()
# }

Run the code above in your browser using DataCamp Workspace