评论ID已更改

时间:2017-12-06 08:42:11

标签: youtube-api youtube-data-api

我们正在请求来自youtubes api的评论。直到今天早些时候,一切都按预期工作。

https://www.googleapis.com/youtube/v3/commentThreads https://developers.google.com/youtube/v3/docs/commentThreads/list

但是几个小时前,似乎所有评论都发生了变化。如果我们请求相同的数据,则返回相同注释的新ID。

昨天返回值的示例:

{
        "snippet" : {
            "updatedAt" : "2017-12-02T15:25:18.000Z",
            "publishedAt" : "2017-12-02T15:25:18.000Z",
            "likeCount" : 0,
            "viewerRating" : "none",
            "canRate" : true,
            "textOriginal" : "Wer cool wenn ihr das auch bei der    linie 9 nach königsforst  machen könnt",
            "textDisplay" : "Wer cool wenn ihr das auch bei der    linie 9 nach königsforst  machen könnt",
            "videoId" : "HM9HTudhtI8",
            "authorChannelId" : {
                "value" : "UC65X_3QoSnkPiKSnuCX1Eqg"
            },
            "authorChannelUrl" : "http://www.youtube.com/channel/UC65X_3QoSnkPiKSnuCX1Eqg",
            "authorProfileImageUrl" : "https://yt3.ggpht.com/-pC2fJDx46os/AAAAAAAAAAI/AAAAAAAAAAA/koDhQIPnvF0/s28-c-k-no-mo-rj-c0xffffff/photo.jpg",
            "authorDisplayName" : "Dani stayler 04"
        },
        "id" : "z22ocjgrmmvvujbloacdp43bypow13uddt5ygnzglfxw03c010c",
        "etag" : "\"7991kDR-QPaa9r0pePmDjBEa2h8/LT00v-6zSoJQnYNF--QlclbxuFM\"",
        "kind" : "youtube#comment"
    }

现在同一条评论的例子:

{
        "snippet" : {
            "updatedAt" : "2017-12-02T15:25:18.000Z",
            "publishedAt" : "2017-12-02T15:25:18.000Z",
            "likeCount" : 0,
            "viewerRating" : "none",
            "canRate" : true,
            "textOriginal" : "Wer cool wenn ihr das auch bei der    linie 9 nach königsforst  machen könnt",
            "textDisplay" : "Wer cool wenn ihr das auch bei der    linie 9 nach königsforst  machen könnt",
            "videoId" : "HM9HTudhtI8",
            "authorChannelId" : {
                "value" : "UC65X_3QoSnkPiKSnuCX1Eqg"
            },
            "authorChannelUrl" : "http://www.youtube.com/channel/UC65X_3QoSnkPiKSnuCX1Eqg",
            "authorProfileImageUrl" : "https://yt3.ggpht.com/-pC2fJDx46os/AAAAAAAAAAI/AAAAAAAAAAA/koDhQIPnvF0/s28-c-k-no-mo-rj-c0xffffff/photo.jpg",
            "authorDisplayName" : "Dani stayler 04"
        },
        "id" : "Ugz-rTgR6SnJfMn9kV94AaABAg",
        "etag" : "\"7991kDR-QPaa9r0pePmDjBEa2h8/OgzbWigUN6XJyrzDu4RuZWYN-0k\"",
        "kind" : "youtube#comment"
    }

还有其他人有这个问题吗?这是设计的吗? youtube有什么改变,我们错过了一个公告吗?

0 个答案:

没有答案