r - bigrquery error after authentication -
i following error notification when try access bigquery r installed on windows 10 desktop machine. please can help.
library(devtools) library(assertthat) library(bigrquery)
project <- "jellyfish-gap" # put project id here sql <- "select year, month, day, weight_pounds [publicdata:samples.natality] limit 5" query_exec(sql, project = project) use local file cache oauth access credentials between r sessions? 1: yes 2: no
selection: 2 waiting authentication in browser... press esc/ctrl + c abort authentication complete. error: >
i not familiar bigrquery, looks incompatibility between bigrquery , httr 1.1.0: https://github.com/rstats-db/bigrquery/issues/86
see other question: bigrquery not connect , error message blank
Comments
Post a Comment