I want to create a file with a JavaScript action and perform another action
宮
宮下 敢多
There is action A to upload the input file to S3 or GCS. I want to construct an action that takes multiple inputs, constructs a file (assuming a text file) to be uploaded, and executes A.
At this time,
ReferenceError: File is not defined
appeared when creating an instance of the File object. Is it possible to create file-type objects in any other way?