Share new Google Drive photos to Buffer
This trigger fires every time a new photo is saved in the Google Drive folder you specify. When enabled, both existing and new non-Google Workspace files in the folder will be set to viewable by anyone with the link.
Developer info
- API endpoint slug
- google_drive.any_new_photo
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
Ingredients
Filename The name of the photo.
- Slug
- filename
- Filter code
- GoogleDrive.anyNewPhoto.Filename
- Type
- String
- Example
- photo.jpg
Photo url The photo's public URL.
- Slug
- photo_url
- Filter code
- GoogleDrive.anyNewPhoto.PhotoUrl
- Type
- Image URL
- Example
- https://google.com
Path The path of the photo.
- Slug
- path
- Filter code
- GoogleDrive.anyNewPhoto.Path
- Type
- String
- Example
- /IFTTT/sample.txt
Created at Date and time photo was created.
- Slug
- created_at
- Filter code
- GoogleDrive.anyNewPhoto.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00