Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
PoojaPrasad
Creator II
Creator II

Can we invoke Google Cloud SDK shell from Qlik Sense desktop/enterprise?

Hello,

I am trying to :

1. Open Google Cloud SDK shell

2. execute some commands to load data from GCP to Qlik Sense

Actions:

I am first trying to test it in Qlik Sense desktop.

1. I have added these 2 lines in Settings.ini

[Settings 7]

OverrideScriptSecurity=1

StandardReload=0

2. I then added the below commands in data load editor

vGoogleCloudPath = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Google Cloud SDK\Google Cloud SDK Shell.Ink";
vGoogleCloudCommand = "gcloud help"

Execute $(vGoogleCloudPath) $(vGoogleCloudCommand);

But I am not able to connect to Cloud shell and when I am trying to load the data, it says "the handle is invalid"

Just wanted to know if anyone has tried opening cloud shell and executing commands in qlik sense before.

0 Replies