dbWriteTable(bq_con,
name = "air_full",
value = air_full,
row.names = F,
append = F,
overwrite = T)
I get the normal bq_auth() call, and when I choose my username and password (which I know are correct - as I can login to Google BigQuery outside of the tidyverse process) and which worked fine last Sunday - I get this error:
Access blocked: Authorization Error
Please contact your district technology staff and inform them of this error.
If you are a developer of Tidyverse API Packages, see error details.
when you login to Google BigQuery outside of the tidyverse process, are you able to thereby create arbitrary new tables ? I ask because it may be a straightforward permissions issue.
Once this change was made, it did take a little bit for the change to be reflected in my bigrquery script calls, but it eventually did resolve the issue.