Download multiple files from Google Cloud Storage

@daviddelos, I set up a similar test workflow and the List Remote Files is working for me (after playing with the scopes and permissions a bit.

image

In my set up, I added the following scopes Google Authentication (API Key) node:

image

For the service account I set up to test this, I gave it the Storage Admin role in the GCP console. I did not experiment with assigning a less privileged role to the service account, but you could start there and reduce the privilege until it’s sufficient to your use-case.

-Jason

6 Likes