How to upload large video to Facebook page and youtube?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

good day @SenghourMey
I would avoid passing the full file through one simple upload request. The safer workaround is to use resumable/chunked upload via HTTP Request nodes, or first upload the video to a public/storage URL and then send that URL to Facebook/YouTube where supported. Also share your current workflow, file size, source location, and exact error so people can suggest the right API flow.

@SenghourMey Could you share the actual error message and the workflow JSON/export?
Right now there isn’t enough information to troubleshoot since the post only contains the template.

It would also help to know:

  • n8n version

  • how you configured the HTTP Request node

  • the URL expression you used

  • response/output from the last node

  • whether you’re using credentials or env variables

لقد أنقذت التحميلات المقسمة عقلي عند التعامل مع الملفات الكبيرة. عادة ما أضغط الفيديو قليلاً أولاً لكي يسهل على واجهة برمجة التطبيقات معالجته، ثم أعتمد على تدفق البدء والنقل والإنهاء في Graph API. إذا استمرت فيسبوك في إظهار أخطاء عشوائية، فإن التبديل إلى اتصال إنترنت أكثر استقراراً قد ساعدني بطريقة غريبة أكثر من مرة. يميل يوتيوب للعمل بشكل أفضل إذا قمت بتحضير البيانات الوصفية مسبقاً.