r - bigrquery throwing "Error: Invalid Credentials" when using query_exec() -


i've been using bigrquery library in r run queries on google big query project past 6 months. morning ran simple query_exec() command i've run number of times on past few days , got simple message "error: invalid credentials".

i haven't been able find documentation telling me how fix this. i'm not sure how give code recreate error.

the thing can think of changed signed different gmail account.

steps attempted far:

  1. i logged out of gmail account , logged in right one.

  2. i uninstalled r on computer , reinstalled all.

still no luck.

i'm realizing there isn't ton of information here. if there's else can provide haven't thought of happy answer questions.

thanks can provide.

after more searching found way clear access credentials in question , answer: bigrquery - run_query_job

to summarize, if force access credentials null set_access_cred(null), new credentials get_access_cred(); can re-authenticate.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -