Error Nodo Telegram - Get File

Tengo un error al intentar adjuntar un archivo XLSX en Telegram. Estoy usando el nodo Get File

{ “ok”: false, “error_code”: 400, “description”: “Bad Request: wrong file_id or the file is temporarily unavailable” }

  • n8n version: 1.91.3

Ehy @mariale welcome here!

we need a little more context to be able to help you.

Your file seems to be unreachable from the workflow for some reason.

Have you checked that the file you want to recall exists and is accessible?

Hey!, thanks for your reply.
Yes, the file exists. I start the flow and send the excel file to Telegram immediately and I get the error :frowning:

Hey there, I got the same error then I realized that I was using different credentials for GET FILES module. I mean I was sending the the file with a bot but trying to get the file with another one. If you still encounter the problem you should check your credentials.

2 Likes

You are absolutely right, I realized it a couple of hours after I wrote the post

1 Like

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