Thanks, Tanya. Indeed I did have learnrcache-efcb19f92072.json uploaded to the shinyapps directory.
I tried your suggestion to use googledrive::drive_auth_configure(), or at least I think I tried it. This is what I did
- Went to
https://console.cloud.google.com/apis/credentials to create an API key.
- Ran
oaauth_app()
myapp <- httr::oauth_app(
"markr", # the name of the package implementing the system
key = "the_key_I_got_in_step_1",
"a character string to use as a secret")
- In the app, called
googledrive::drive_auth_configure(app = myapp, api_key = mykey)
This doesn't work, either on my development computer or (not surprisingly) on shinyapps.io