문제

I am trying to build an autocomplete that returns my video titles and their VideoID from the advanced vimeo API v3 (authenticated with OAUTH). My videos are not marked public yet. I cannot seem to get any results back from the search method unless the videos are made public. I have tried this in the sandbox and in production.

Any ideas on how I can get access to my videos based on query keywords using search, or at some point tags? I am not able to publish my videos for public consumption yet and need to build out a tool to allow my back office folks to search for and manage the videos while they are private...

도움이 되었습니까?

해결책

Vimeo's search functionality does not support private videos. This matches the search found on vimeo.com.

The best way to handle this is to index the data locally (using your own search service) and call to vimeo when you need embed information.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top