Describe the issue/error/question
I am trying to fetch twitter DM attachments from n8n following this official doc: https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/message-attachments/guides/retrieving-media When I send a request to the media_url_https url of the attachment file giving the proper OAuth 1.0A credentials from “Postman”, I successfully get the attachment. But whenever I try to get it using the “HTTP Request” node I get the following error: Maximum number of redirects exceeded . I tried every option from the options of HTTP node, also tried to implement the request from Function node as well, but found no solution yet. Can anyone tell me if I am doing anything wrong here and where it might be? I am really stuck. Thank you in advance.
Information on your n8n setup
- n8n version: 0.176.0
- Database you’re using: Heroku PostgreSQL
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker