I tried to retrieve a video post thumbnail using the ugcPosts API, but media.thumbnails
array is empty:
"media": [
{
"media": "urn:li:digitalmediaAsset:xxxx",
"thumbnails": [],
"status": "READY"
}
]
Is there any way to retrieve a video thumbnail besides this API?
Already tried this https://stackoverflow.com/a/58401470/2270041