Credentials in Ropendal are passed
explicitly through auth = to make visibility and
testability straightforward.
fs_gcs <- opendal(
"gcs",
bucket = "my-gcs-bucket",
auth = credentials_gcs(token = "ya29...")
)
fs_az <- opendal(
"azblob",
container = "my-container",
auth = credentials_azblob(account_name = "acct", account_key = "key...")
)Use credentials_gdrive3() when you already use gdrive
JSON token files.