6

I downloaded gActions CLI on windows x64 bit machine. after issuing the login command and pasting the the browser link i get the below error: This app is blocked This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.

icsfs
  • 63
  • 4
  • Where did you download gactions? What version is it? – Nick Felker Dec 12 '21 at 20:03
  • Getting this same error! Must be new. I'm on v3.2.0, downloaded from [this page](https://developers.google.com/assistant/conversational/quickstart?authuser=0#install_the_gactions_command-line_tool) – yummypasta Dec 12 '21 at 23:57
  • I downloaded it from here:https://developers.google.com/assistant/conversational/quickstart#install_the_gactions_command-line_tool – icsfs Dec 13 '21 at 06:53

4 Answers4

14

Was having the same issue when I downloaded the gactions script manually from this page.

I was able to resolve the issue when I instead downloaded the utility from npm:

npm i -g @assistant/gactions
yummypasta
  • 1,398
  • 2
  • 17
  • 36
1

This worked for me

gactions login --actions-builder-only

I installed on an M1 Mac using brew install gactions

Ben
  • 151
  • 2
  • 6
0

Solution for Mac/Linux system, not verified on Windows.
You have to provide proper permissions while running the command.

Example : - sudo gactions login

avi
  • 117
  • 1
  • 2
  • 11
0

This worked for me too, but only after I deleted the gactions.exe file I had earlier downloaded (and had set a path environment variable for).

Togar4071
  • 21
  • 1