FTP Upload error (File unavailable)

Describe the problem/error/question

I dowloaded the file from Telgram via Get a file Node, but now i’m not able to upload it either to Server or to Airtable.

Please share your workflow

Information on your n8n setup

  • n8n version: 1.71.2
  • Running n8n via Railway:

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

I"m also not getting proper url for downloading from this Telegram node…:


[
  {
    "ok": true,
    "result": {
      "file_id": "XXXXX",
      "file_unique_id": "XXXXX",
      "file_size": 4740599,
      "file_path": "videos/file_183.MP4"
    }
  }
]

hello @prostor.dd

What happens if you click on the “Download” button?

It will just download the file…

SOLVED! (Thx to Cursor & Claude)

here is the solution from Telegram API:
https://api.telegram.org/file/botToken/videos/file_183.MP4

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.