Upload Do Camera photos to Google Photos
This action will upload a photo or video from a URL you provide to your Google Photos library.
Developer info
- API endpoint slug
- google_photos.upload_media
- Filter code method
- GooglePhotos.uploadMedia.skip(string?: reason)
- Runtime method
- runAction("google_photos.upload_media", {})
Action fields
Media url Text input
- Label
- Photo or video URL
- Helper text
- The URL of the photo or video to upload to Google Photos.
- Slug
- media_url
- Required
- true
- Can have default value
- true
- Filter code method
- GooglePhotos.uploadMedia.setMediaUrl(string: media_url)
Description Text input > Long text
- Label
- Description
- Helper text
- An optional description to save alongside the photo or video.
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- GooglePhotos.uploadMedia.setDescription(string: description)
