Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Advanced Vimeo API,我如何搜索所有经过身份验证的用户的私人视频?我对用户的私人视频特别感兴趣,其中embed_privacy包含anywhere.
embed_privacy
anywhere
Vimeo 的搜索不会在网站上或通过 API 公开任何私人视频。
实现这一点的最佳方法是调用 vimeo.videos.getall (请参阅操场)并搜索您端的数据。