You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get some information about a handful of videos from the api but the stats.plays value is coming back as null and I'm not sure why?
When I use the postman app I can see the number of plays just fine, however using the PHP library with my client App does not seem to work the same
The url I'm using is: https://api.vimeo.com/videos?uris=/videos/300022019,/videos/75591789,/videos/75566823&per_page=3&page=1&fields=name,pictures,metadata.connections.likes,duration,release_time,uri,privacy,stats.plays
Thanks in advance for any help/suggestions
Kevin
The text was updated successfully, but these errors were encountered:
Found the issue. You must provide the right authorisations to the Token (private interact video_files public). This happens when you generate a token in VIMEO
I'm trying to get some information about a handful of videos from the api but the stats.plays value is coming back as null and I'm not sure why?
When I use the postman app I can see the number of plays just fine, however using the PHP library with my client App does not seem to work the same
The url I'm using is:
https://api.vimeo.com/videos?uris=/videos/300022019,/videos/75591789,/videos/75566823&per_page=3&page=1&fields=name,pictures,metadata.connections.likes,duration,release_time,uri,privacy,stats.plays
Thanks in advance for any help/suggestions
Kevin
The text was updated successfully, but these errors were encountered: