2016-02-05 41 views
0

當我嘗試訪問我的Windows 10臺式機上安裝的R的bigquery時,出現以下錯誤通知。請有人幫忙。認證後的bigrquery錯誤

library(devtools) library(assertthat) library(bigrquery)

project <- "jellyfish-gap" # put your project ID here sql <- "SELECT year, month, day, weight_pounds FROM [publicdata:samples.natality] LIMIT 5" query_exec(sql, project = project) Use a local file to cache OAuth access credentials between R sessions? 1: Yes 2: No

Selection: 2 Waiting for authentication in browser... Press Esc/Ctrl + C to abort Authentication complete. Error: >

回答