Automate Reddit
Explore Plans
Mobile menu Close menu
Google DriveGoogle Drive

History of photos uploaded in your folder

This query returns a list of recent photos saved in the Google Drive folder you specify.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of recent photos saved in the Google Drive folder you specify.
API endpoint slug
google_drive.history_of_photos_uploaded_in_your_folder
Runtime method
performQuery("google_drive.history_of_photos_uploaded_in_your_folder")

Query fields

Path Text input > Other

Label
Drive folder path
Helper text
Format: folders separated by "/" like "Documents/Photos/Receipts"
Slug
path
Required
true
Can have default value
true

Ingredients

FilenameThe name of the photo.

Slug
filename
Filter code
GoogleDrive.historyOfPhotosUploadedInYourFolder.Filename
Type
String
Example
photo.jpg

Photo URLThe photo's public URL.

Slug
photo_url
Filter code
GoogleDrive.historyOfPhotosUploadedInYourFolder.PhotoUrl
Type
Image URL
Example
https://google.com

PathThe path of the photo.

Slug
path
Filter code
GoogleDrive.historyOfPhotosUploadedInYourFolder.Path
Type
String
Example
/IFTTT/sample.txt

Created atDate and time photo was created.

Slug
created_at
Filter code
GoogleDrive.historyOfPhotosUploadedInYourFolder.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00