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: S3 Integration
You could probably bypass the utils.download script completely and just upload to S3 as well.
Hope you can figure this one out!
1 Like