Is it possible to create ".txt" file, write something to the ".txt" file and upload ".txt" file to S3 or GCS on Retool?

Is it possible to create ".txt" file, write something to the ".txt" file and upload ".txt" file to S3 or GCS on Retool?

Hi @kai1!

Maybe something like this -

this will create download a text file and you could then upload it to S3 using this tutorial: https://docs.retool.com/docs/s3-integration-1

You could probably bypass the utils.download script completely and just upload to S3 as well. :slight_smile:

Hope you can figure this one out!

1 Like