Forum Discussion
phoneboy
5 years agoDirector
It looks like I can do something like this to determine the video-id:
<#assign videoId = webuisupport.path.rawParameters.name.get("video-id","")/>
I figure, with the video-id, I can query the API and find out who owns the video. It seems not possible according to the reference in video type: https://devdocportal.lithium.com/t5/Community-API-v2-Reference/bd-p/restv2docs?section=commv2&collection=videos
If I try a LIQL query like:
SELECT owner from videos WHERE id=9zbXFzaTE65HoF1CxB07jiBo89kOizUp
I get an error.
It seems I can only query for videos a particular user uploaded or videos associated with a specific message.
Is there really no way to do what I'm after here?
Related Content
- 9 months ago
- 2 years ago
- 2 years ago