Google Super

GOOGLESUPER_BATCH_ADD_MEDIA_ITEMS

Adds one or more media items to an album in Google Photos.

Remote googlesuper

Other tools also called GOOGLESUPER_BATCH_ADD_MEDIA_ITEMS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "albumId": {
      "type": "string",
      "title": "Album Id",
      "examples": [
        "AGj1epU5H_bR3MWuuGxsVwk0TkwvNhxEGi1"
      ],
      "description": "Identifier of the Album that the media items are added to"
    },
    "mediaItemIds": {
      "type": "array",
      "items": {
        "type": "string",
        "properties": {}
      },
      "title": "Media Item Ids",
      "examples": [
        [
          "AGj1epU7vyyz0T6EMWx9qc9_DmHjS7OTKP1",
          "AGj1epU8vyyz0T6EMWx9qc9_DmHjS7OTKP2"
        ]
      ],
      "maxItems": 50,
      "description": "Identifiers of the MediaItems to be added. Maximum 50 items."
    }
  }
}