No thumbnail for linkedin video using the ugcPosts API
Asked Answered
I

1

6

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://mcmap.net/q/1917539/-linkedin-api-ugcpost-video-url-is-missing

Iridissa answered 20/5, 2020 at 13:12 Comment(0)
T
1

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.

Trollope answered 26/5, 2020 at 7:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.