-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
Running
library(bigrquery)
bigrquery::bq_auth_configure(path = "extraw.json") #this function is obfuscated in internal data of package
gargle::cred_funs_set(list("credentials_user_oauth2" = gargle::cred_funs_list()$credentials_user_oauth2))
bigrquery::bq_auth(use_oob = TRUE)
con <- DBI::dbConnect(
bigrquery::bigquery(),
project = {project},
dataset = {dataset},
billing = {project},
bigint = "numeric",
quiet = FALSE
)We hit Erreur 400 : redirect_uri_mismatch
We tracked it down to :
Line 85 in 237e035
| params$oob_value <- select_pseudo_oob_value(client$redirect_uris) |
there is something funky going on client_type and client$type, so params$oob_value end up null and not working.
We will replicate the function for now, until we can propose a better fix.
Metadata
Metadata
Assignees
Labels
No labels