processingFailure error (400) while retrieving CommentThreads list

前端 未结 3 1067
孤城傲影
孤城傲影 2020-12-07 05:11

I a trying to retrieve all the comments of a video via Python iteration/paging. I am logged correctly with a developer key

import googleapiclient.discovery          


        
3条回答
  •  感情败类
    2020-12-07 05:53

    Issue is, we can't really retrieve all the comments of every video.

    https://issuetracker.google.com/issues/134912604
    We currently don't support paging through the whole stream. So there's no way to retrieve all the 1000+ commentThreads that you have for that video

提交回复
热议问题