Google ドライブに新しいファイルが追加されたらChatworkに通知
This trigger fires every time a new non-Google Workspace file matching your search query is uploaded in a Google Drive folder. When enabled, all non-Google Workspace files in the folder will be set to viewable by anyone with the link.
Developer info
- API endpoint slug
- google_drive.new_file_from_search
Trigger fields
Path Text input > Other
- Label
- Drive folder path
- Helper text
- Use '/' to separate folders, e.g., 'Documents/Photos/Receipts'. Detailed guide <a href="https://ift.tt/drivefolderpath" target="_blank">here</a>
- Slug
- path
- Required
- true
- Can have default value
- true
Query Text input > Other
- Label
- Search query
- Helper text
- Searches for filenames that match your query.
- Slug
- query
- Required
- true
- Can have default value
- true
Ingredients
Filename The name of the file.
- Slug
- filename
- Filter code
- GoogleDrive.newFileFromSearch.Filename
- Type
- String
- Example
- filename
Path The path of the file.
- Slug
- path
- Filter code
- GoogleDrive.newFileFromSearch.Path
- Type
- String
- Example
- /IFTTT/sample.txt
File url The file's public URL.
- Slug
- file_url
- Filter code
- GoogleDrive.newFileFromSearch.FileUrl
- Type
- File URL
- Example
- https://google.com
Created at Date and time file was created.
- Slug
- created_at
- Filter code
- GoogleDrive.newFileFromSearch.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00