Nextcloud Folder List Path Names Problem

Hello,

I am successfully get a folder list from Nextcloud however, path names and file names cannot display spaces and non-English file names correctly. Instead it uses %20 to display spaces etc. so when I want to download these files, next cloud download node cannot find files because it cannot find correct file name.
Is there an easy way to overcome this problem?

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

Hey @No_Name,

I will dig into this, In theory the values are being url encoded so the %20 should be correct and work. What is the full error you are seeing when you try and what is the name of the file?

Hello Dear Jon,

This is the full file name we tens of this like that: es/Acme/MUHA/%c3%87EK%20G%c4%b0R%c4%b0%c5%9e%20%c3%87IKI%c5%9eLARI/%c3%87EK%20%c3%87IKI%c5%9eLARI/B%c4%b0Z%c4%b0M%20KARGO.pdf

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