Hi there -
-
Goal: Query that downloads a file from GCS and uses the correct filename and extension. The problem is I am downloading a
.zip
file but the file extension from the query is always.txt
. In fact, the file name is alwaysdownload.tx
. -
Steps:
- Create query with "Download a file from GCS" with known GCS file key and trigger from a button.
- Details:
- I've tried using the "Read a file from GCS" and transform documented here: S3 Download - Rename File - The
data
attribute from the GCS query is empty so that doesn't work.
Thanks for the help.