You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in trouble finding proper credential authorization for my ''RoogleVision" from Google. Here I'm providing the whole detail.
On my GCP account, I've:
- just added no scope, just the support email - in OAuth consent screen
- On my Credentials - Just created the - OAuth 2.0 Client IDs. With javascript origin URI and Redirect URI with my rstudio local domain and shiny.io.
I saved the credentials.json on my current working directory. On my R console I used this code:
The browser opens the app just fine, but for connecting google API it shows this error in console:
No authorization yet in this session!
No .httr-OAuth file exists in current working directory. Do library authentication steps to provide credentials.
Warning: Error in : Invalid token
78: stop
77: simpleCall
76: getGoogleVisionResponse
72: observeEventHandler [/cloud/project/server.R#28]
Here is my session info:
Failed to create bus connection: No such file or directory
─ Session info ─────────────────────────────────────────────────────────────────────────────
setting value
version R version 3.6.3 (2020-02-29)
os Ubuntu 16.04.6 LTS
system x86_64, linux-gnu
ui RStudio
language (EN)
collate C.UTF-8
ctype C.UTF-8
tz Etc/UTC
date 2020-07-10
I am in trouble finding proper credential authorization for my ''RoogleVision" from Google. Here I'm providing the whole detail.
On my GCP account, I've:
I saved the credentials.json on my current working directory. On my R console I used this code:
library(googleAuthR) gar_set_client(web_json = "credentials.json")
The browser opens the app just fine, but for connecting google API it shows this error in console:
Here is my session info:
I badly need experts' suggestions on this. Kindly help me with this issue.
The text was updated successfully, but these errors were encountered: