This query returns a list of recent files that matches your search query in a Google Drive folder.
- API endpoint slug
- google_drive.history_of_files_from_search_uploaded_in_your_folder
- Runtime method
- performQuery("google_drive.history_of_files_from_search_uploaded_in_your_folder")
Query fields
- Label
- Drive folder path
- Helper text
- Format: folders separated by "/" like "Documents/Photos/Receipts"
- Slug
- path
- Required
- true
- Can have default value
- true
- Label
- Search query
- Helper text
- Searches for filenames that match your query.
- Slug
- query
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- filename
- Filter code
- GoogleDrive.historyOfFilesFromSearchUploadedInYourFolder.Filename
- Type
- String
- Example
- filename
- Slug
- path
- Filter code
- GoogleDrive.historyOfFilesFromSearchUploadedInYourFolder.Path
- Type
- String
- Example
- /IFTTT/sample.txt
- Slug
- file_url
- Filter code
- GoogleDrive.historyOfFilesFromSearchUploadedInYourFolder.FileUrl
- Type
- File URL
- Example
- https://google.com
- Slug
- created_at
- Filter code
- GoogleDrive.historyOfFilesFromSearchUploadedInYourFolder.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00