JonathanMM
JonathanMM

Reputation: 1

How get the fileDetails with Youtube Data API for short videos?

According the documentation, it is possible to get the file Details (if we are the owner of the channel). But, for video with a length less than 25 seconds, the property fileDetailsAvailability stills inProgress, even if the Youtube website indicates the video is already treated. I want to know how to receive the fileDetails (in particular the original filename) in this case.

I tried to call the video list API with part=fileDetails, and for short video (less than 25 seconds), the fileDetails returned is an empty object.

Upvotes: 0

Views: 27

Answers (0)

Related Questions