artemklevtsov / RGA

A Google Analytics API client for R
http://cran.r-project.org/package=RGA
32 stars 13 forks source link

authorize() is blocked #67

Open jphelps13 opened 3 years ago

jphelps13 commented 3 years ago

Hey,

I'm using this package for the first time but it's failing at the first hurdle. When I run authorize() Google doesn't allow me to grant access for my account. I was using the rga package before (https://github.com/skardhamar/rga) and had the same issue so thought I'd try out this package, see it would be different.

Sign in with Google temporarily disabled for this app This app has not been verified yet by Google in order to use Google Sign In.

Has anyone else had this problem? I found a way around this with the rga package as I had a token saved. So once you have granted access and have a saved token you can continue using it, but setting up a new access is blocked :(

Best, Jonny