This topic was automatically generated from Slack. You can find the original thread here.
Salmin Skenderovic : If I want to attach a file to a trello card - one of the params is “File” (The file to attach, as multipart/form-data)
Normally when I use Trello’s API I create new FormData() and append all my params. What is this field expected to be here?
Dylan Sather (Pipedream) : I’m looking into this. Trello does appear to allow file upload via a publicly-accessible URL. Is your file accessible via URL, or could you send it to Pipedream via our file upload API?
Dylan Sather (Pipedream) : Thanks Salmin, yeah we’ll have to think a little more about accepting the original File parameter.
Could you do me a favor and see how the new, Add Attachment to Card via URL action looks to you? I just codified the changes you made into a new action to replace the original - this should make it more clear that you must currently pass a reference to the file via URL.