library(gargle)
token <- token_fetch()
#> The gargle package is requesting access to your Google account.
#> Enter '1' to start a new auth process or select a pre-authorized account.
#> 1: Send me to the browser for a new auth process.
#> 2: janedoe_personal@gmail.com
#> 3: janedoe@example.com
#> Selection: 2
However, when I run gargle v1.5.2 in a new R session, I do not get such an interactive prompt when running token_fetch(). This results in Forbidden (HTTP 403) errors in downstream steps.
The README states:
However, when I run gargle v1.5.2 in a new R session, I do not get such an interactive prompt when running
token_fetch()
. This results inForbidden (HTTP 403)
errors in downstream steps.The output that I get:
sessionInfo()