You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jennybc just following up on this so that if someone else runs into the same issue they can see it here.
This was the first time I installed bigrquery and I wanted to connect to bigquery in a manner that would be similar to how I usually experienced things with googlesheets4.
I still don't understand what token the initial attempt was failing to refresh. But I can live with the mystery. The typical user can allow bq_auth() to "just work", i.e. it eventually calls the gargle functions shown above . But yes, the explicit token creation and use you show works. It just shouldn't be necessary, in general.
I am trying to use the
bigrquery
package to read and write data to BigQuery.When I try to get started with the
bq_auth()
function I get the following error:Whats the issue here? Do I need to do anything which I missed in the docs?
The text was updated successfully, but these errors were encountered: