Cached IDs of media items, albums and enrichment items stopped working.
For example, calling mediaItems.get
with a media item ID that was stored returns the following error:
{
"error": {
"code": 400,
"message": "Invalid media item ID.",
"status": "INVALID_ARGUMENT"
}
}