This function expects that there is an encrypted file in RDS format with an OAuth token, and an environmental variable with the key to decrypt the token.
Usage
decrypt_gdrive_token(
token_file = ".secrets/gdrive-token.rds",
decrypt_env_var = "GDRIVE_KEY"
)