Google Super

GOOGLESUPER_GET_MEDIA_ITEM_DOWNLOAD

Downloads a media item from Google Photos and returns it as a file.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_MEDIA_ITEM_DOWNLOAD? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "mediaItemId": {
      "type": "string",
      "title": "Media Item Id",
      "description": "ID of the media item to download"
    }
  }
}