YouTube API playlistItems.insert issue in contentDetails.startAt and endAd

StackOverflow https://stackoverflow.com/questions/19583453

  •  01-07-2022
  •  | 
  •  

Вопрос

I can insert items to a playlist using the API but whenever I set a startAt and endAt in the contentDetails, the inserted Item doesn't edit the start and end when playing it in my youtube playlist. Also, in the playlistitemresponse, it doesn't show the contentDetails.startAt and endAt.

contentDetails: Object
endAt: "PT2M04S"
note: "asdfs"
startAt: "PT1M29S"

here's the object of my contentDetails? I am missing something to do?

Это было полезно?

Решение

Filed internally. Feel free to file a feature request in public tracker and let me know the id to get notified when this is fixed.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top