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.
drive_api_key()
A Google API key.
# NOT RUN {
drive_api_key()
# }
# NOT RUN {
drive_auth_config(api_key = "123")
drive_api_key()
# }
Run the code above in your browser using DataLab