Automated daily backup of a specific Google Drive folder to local disk

Hello everyone,

I’m looking for a way to automatically download a specific folder from Google Drive on a daily basis and store it locally on my computer’s hard drive, essentially as a backup solution.

Ideally, I’d like this process to run automatically every day (scheduled), without manual intervention. I’m exploring whether this can be achieved using n8n.

Has anyone implemented something similar or can suggest a best-practice approach?
Any tips, workflows, or examples would be greatly appreciated.

Thanks in advance!

Hi @chrisbk,

Yes you can. See below example where I find all files from a specific folder by searching for *, then loop over each file to download and save to disk.

Just be aware that since version 2, you need to go enable file access by following the documentation here:

Hi @Wouter_Nigrini !

First of all thanks for the response.

I tried to implement the workflow you provides but i can’t find the node write files from disk (see attch.)

Also, just to clarify i’m hosting n8n via VPS, not local. Does this affect the process?

Thank you in advance!

Hi @chrisbk Im not sure I understand? The screenshot you sent shows the nodes?