Telegram and nextcloud

Hello, there is a question about Telegram and Nextcloud. I have a bot that needs to take images and send it to Nextcloud. But Nextcloud will only receive an empty file.



3

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:

Hey @ACR130B,

Welcome to the community :raised_hands:

Looking at your example you are not acutally sending any file data to Nextcloud and the path is an array rather than a string which is why you are seeing the [object object], Can you share the output of the Telegram node so we can see what needs to be set

Hi, I’ve already found what I forgot to do. In telegram trigger, I forgot to check the box for uploading files and images