No thumbnail for linkedin video using the ugcPosts API

Viewed 313

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

1 Answers
Related