I deployed a shiny app on GCP compute engine instance using docker image that runs commands from bigrquery
package
I'm getting "Can't get google credentials" error even if I'm using the code below
options(
gargle_oauth_cache = here::here(".secrets"),
gargle_oauth_email = "email@provider.com"
)
knowing that this code works fine when deployed to shinyapps.io
Any help please?