문제

I try to list down my video using the Vimeo simple-api/gallery. The vimeo API works it list down the 20 videos but until I upload the 6 new latest video on that channel. The 6 videos not showing up. It must be 26 videos.

도움이 되었습니까?

해결책

By default you will only see 20 items per page.

If you are using the Simple API you can not increase this, you must request the next page (you can read more here: https://developer.vimeo.com/apis/simple#limits).

If you are using the Advanced API you can increase this with the "per_page" parameter (you can try it here: https://developer.vimeo.com/apis/advanced/methods/vimeo.videos.getUploaded/playground).

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