Automate tasks with Google Drive
Google Drive is a free cloud-based storage service that enables users to store and access files online.
https://drive.google.com
Triggers
The trigger is the event that starts the automation.
-
If there are documents for a search
Returns the first document whose title matches a given search and optionally within a specific folder. This method also allows you to search for documents within the trash folder.
-
If the document exists, obtain the download URL (CSV, ZIP, PDF)
Check if a document exists and return the URL for its download in CSV, ZIP, and PDF formats.
Actions
The action is what happens automatically, without you having to do anything else.
-
Upload a file
Upload a new file to Google Drive, being able to specify the name and the folder where it will be saved.