Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

authenticate google cloud from alteryx

Ronal_bal
8 - Asteroid

Hi, 

I'm trying to run a .sh file to test the connection using run command tool.

But the .sh file throws me an error after running on the command tool as below

Ronal_bal_0-1670354041417.png

 


Can someone let us know how we can authenticate,
Run $ gcloud auth login in alteryx

1 REPLY 1
apathetichell
18 - Pollux

You should authenticate the CLI outside of Alteryx and then do whatever you need to do in your script. If you are authenticating in your script you'll need to support some form of credential file (JWT etc) and pass in that credential file.

 

 

Labels