googleapis / google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
https://googleapis.dev/nodejs/googleapis/latest/
Apache License 2.0
11.27k stars 1.91k forks source link

searchTerms params does not work anymore using REST api. youtube/v3/commentThreads #3380

Open MatthieuMu opened 8 months ago

MatthieuMu commented 8 months ago

There is a issue with REST api It now lists the entire comment section rather than single out the ones I want to filter with the searchTerms parameters

https://youtube.googleapis.com/youtube/v3/commentThreads?part=id%2Csnippet&videoId=BS8x2TicxQ8&searchTerms=google

It also seems to affect external services that use this api functionality