Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No thumbnail for linkedin video using the ugcPosts API

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

like image 493
Augusto Dias Avatar asked Nov 07 '22 07:11

Augusto Dias


1 Answers

Unfortunately, video thumbnail is not retrievable at the movement using APIs that are externalized as mentioned in below document: https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api

thumbnails: The thumbnails saved from the ingestion of this article. Video thumbnails are not retrievable.

like image 120
Keerthish Avatar answered Nov 26 '22 22:11

Keerthish