Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Using an internal app with OAuth and every youtube scope there is
Using it for my own youtube channel
Having comments held for moderation
- API request with parameters used
var request = youtubeService.CommentThreads.List("snippet,replies");
request.AllThreadsRelatedToChannelId = "UCwyJhQ9EAuQ1P0duXE4haCQ";
- Result
[{"ETag":"Bmj8rK-_1CacSS1Aebux15yhvcU","Id":"UgwugqsQuYpRGPHp_2F4AaABAg","Kind":"youtube#commentThread","Replies":{"Comments":[{"ETag":"HCPnudBlJa9x4Y64P4dHdRK5kiI","Id":"UgwugqsQuYpRGPHp_2F4AaABAg.ADnBqoKEj4FADnCUMZmHM6","Kind":"youtube#comment","Snippet":{"AuthorChannelId":{"Value":"UC4cYpbAGUaCuv-KqV6qq_TA","ETag":null},"AuthorChannelUrl":"
- Expected result
Moderation status not being null, and held comments being returned as well
- Is it 100% reproducible?
Yes
- Reproducible API explorer link
Can't get one, as it always claims I'm out of quota