Seems I've tried everything (or at least ChatGPT has) and nothing seems to have worked. I'm using N8N automation and can get the json with the attachments, but never able to get them to download or actually get the files.
@Mike Brockway - hi Mike!
Trello offers an API endpoint to get a specific attachment from a card: https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-idattachment-get
You would want to first get (retrieve) a list of all the attachments on the card, then choose the ones you want. Or ask your N8N automation to grab them all.
In Trello's API docs, I see "Forge and OAuth2 apps cannot access this REST resource." so hopefully that doesn't apply to your implementation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.