Unzip uploaded files and upload each one to Google Drive

Someone uploads a zip file through a form and every file inside lands individually in your Google Drive folder.

How the work actually flows

A straight line. Runs once per each file in the zip.

Pattern: Sequence (1) ยท Multiple Instances with a priori Run-Time Knowledge (14)

flowchart TD trig>"zip file uploaded via form"]:::trig s0["extract zip contents"]:::task s1["identify each file"]:::task s2[["upload each file to Drive"]]:::mi trig --> s0 s0 --> s1 s1 -->|"one per each file in the zip"| s2 out[/"every file uploaded individually to Drive"/]:::out pay{{"no manual extract and upload work"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepRuns once per itemResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Survey & FeedbackFile & Cloud Storage
Connects
Google Drive

The problem it solves

Someone sends you a zip file full of documents, and you have to download it, extract it, and upload each file one by one to the right shared folder. If there are dozens of files, this becomes a real time sink. You just want the files in Drive, not a chore standing in the way.

Who it fits

Teams who collect files from clients or vendors and need them organized in Google Drive.

How it works

  1. Someone uploads a zip file through a form
  2. The zip file is opened up and its contents separated
  3. Each file inside is identified with its original name
  4. Every file is uploaded individually to your chosen Google Drive folder
What you get

Files landing already sorted in Drive

Every file inside a zip upload lands in your Google Drive folder individually, organized and ready to use.

What you get

Every file from the zip archive uploaded to Google Drive under its original name.

What you need

A Google Drive account and a way to collect file uploads, such as an online form.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook