S3 GetList doesn't show all the files from backblaze

Describe the issue/error/question

With S3 node I cannot retrieve all the files and folder from my bucket.

What is the error message (if any)?

No message. but missing files

Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 0.200.1
  • Database you’re using (default: SQLite): sqlite
  • Running n8n with the execution process [own(default), main]: default
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:docker

Hey @Thomas_Pedot,

Does it output anything at all or is it just an empty response?

Around 15 files are found when I have around 100. I check something that might change between them without any clue. It works with python API directly

Hey @Thomas_Pedot,

Just to check is that 100 folders or 100 files? It looks like the node is set to folder so I just want to rule out that first.

I tried both.

  • Some files at root level are not listed
  • folder are not listed at all

I ask them how I can debug this. Which library is used in this node ?

In fact it is exactly 20 files. with list all or with 30 output I get only 20.

Hey @Thomas_Pedot,

That sounds like it could be some kind of pagination issue, I will need to setup a backblaze account and do some testing to work it out.

Yes it sounds like it.

As a workaround I fall back to HTTP API.

1 Like

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