3

I try to retrieve a thumbnails for a Video Post with the ugcPost api without any success.

I retrieve always an empty array for thumbnails.

Regarding the doc Retrieve UGC Posts, like the sample response:

"com.linkedin.ugc.ShareContent": {
    "media": [
        {
            "media": "urn:li:digitalmediaAsset:123ABDEFHAG",
            "status": "READY",
            "thumbnails": []
        }
    ],

Any idea about how to retrieve a thumbnails with some projection or using the digitalmediaAsset urn?

EDIT: I've already tried this https://stackoverflow.com/a/58401470/2270041 without any success

Matteo
  • 37,680
  • 11
  • 100
  • 115

1 Answers1

0

According to the docs this is not possible, simply stating

Video thumbnails are not retrievable.

vise
  • 12,713
  • 11
  • 52
  • 64