How to get list of ALL Google Drive files ( ID )?

Hi! How to get list of ALL google drive files ( ID ) ?

I didn’t even find that option in node.

Please advise how to implement this ?

Information on your n8n setup

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

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 guess it’s like this:

Hey @Mikhail , yes, that is it. Do bear in mind that the returned list will also contain folders, not just files. To limit the list to files only, add the filter option as below.

2 Likes

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