Questions tagged [googleauthr]
7 questions
11
votes
5 answers
I got this issue when, I am trying to run this code (gapi.auth2.getAuthInstance().signIn();) "idpiframe_initialization_failed"
error: 'idpiframe_initialization_failed', details: 'You have created a new client application that use…i/web/guides/gis-migration) for more information.'}
details: "You have created a new client application that uses libraries for user…

Bipin Kumar Pal
- 1,009
- 2
- 8
- 16
1
vote
0 answers
Shiny google login
I want to implement a google login for my shinyapp, (I have checked this question but it is not working anymore, it seems to be deprecated). I used the example from here instead:
library(shiny)
library(googleAuthR)
options(shiny.port =…

Lev
- 693
- 1
- 8
- 24
1
vote
2 answers
registration for using maps in R plots with ggmap and googleAuthR
easy way to register for googleAuthR such that I could make bubble plots on maps in R?
Here is what I have been trying:
library(ggmap)
library(googleAuthR)
install.packages("googleAuthR")
# get the map…

SamV
- 118
- 1
- 7
0
votes
1 answer
Authentication with Google Document AI (Form Parser API)
I have been trying to authenticate from the parser API without success.
I have set up the google service account and created two keys.I Have set up the owner role and downloaded the credential json file.
googleAuthR::gar_auth_service("D:/898…

Kai Peng
- 57
- 2
- 6
0
votes
1 answer
How to alert if user not log in in shiny?
I use the googleAuthR package in shiny, I want to alert users if they are not log in and I also want to save user's google id if they have successfully logged in. But sign_ins() is reactive consumer that I cannot do this. Any…

Matthew
- 21
- 1
- 1
0
votes
1 answer
Accessing cloud storage from within plumbeR running in cloud run
I have plumbeR API running in cloud run, and I would like to access files in a google storage bucket within the same project. The API runs fine, but I cannot get through the authentication. I am trying to use the googleAuthR and gargle libraries,…

HowYaDoing
- 820
- 2
- 7
- 15
0
votes
1 answer
Where to paste oauth2 "success code" using googleAuthR?
I am trying to authenticate to GoogleAuthR running following code
library(googleAnalyticsR)
setwd("C:/work/r_scripts/Analytics")
my_client_id <- "****.apps.googleusercontent.com"
my_client_secret <- "*****-*****"
options(googleAuthR.client_id =…

Fuse mkt
- 3
- 1