'This app is blocked message when using gActions CLI
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.
Solution 1:[1]
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
Solution 2:[2]
Solution for Mac/Linux system, not verified on Windows.
You have to provide proper permissions while running the command.
Example : - sudo gactions login
Solution 3:[3]
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).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | yummypasta |
Solution 2 | avi |
Solution 3 | Togar4071 |