Twitter chunk media upload

Hi,

I am trying to upload a large video file to twitter using the twitter node. Unfortunately I get the following error message:

“ERROR: Bad request - please check your parameters
Large file can not be finalized synchronously.”

According to twitter API, It seems large files need to be uploaded using chunked media upload.

How can I achieve this using 8n8cloud ? Is there a way to do that ussing http api request?

Thanks for your help!

  • **n8n version: last stable **
  • Database you’re using (default: SQLite):

You might be able to pull this off using the HTTP node pair with the OAuth1 authentication.

You can make a feature request to add this to the node.

Hi Ricardo,

Could you help me out on how to set up the http node for the chunk media upload ?

Thanks!

Hey @Jean_Martial_Uribe,

Can you let us know where you’re stuck? Going through the docs it seems like you need to set up multiple HTTP Request nodes, the first one executing the INIT command.

I am stuck at the first http request… I do not manage to init it correctly

I’m having the same issue, will share my workflow tomorrow, curious on how to achieve this