Issue summary:Get a 400 error when I try to update TopicDetails (topicIds
+topicCategories
) for a specific channel Id.
Expected output:
{"topicIds": ["/m/02vx4","/m/022dc6","/m/06ntj" ],"topicCategories": ["https://en.wikipedia.org/wiki/Association_football","https://en.wikipedia.org/wiki/Sports_game","https://en.wikipedia.org/wiki/Sport" ]}
Actual results:
{"error": {"code": 400,"message": "Request contains an invalid argument.","errors": [ {"message": "topic_details","domain": "youtube.api.RequestContextError","reason": "ERROR_PART_UNEXPECTED" } ],"status": "INVALID_ARGUMENT" }}
Any idea? Thank you!
{"id": "UCcWoU7Yle6KACIbT8sJfJNQ","topicDetails": {"topicIds": ["/m/02vx4","/m/022dc6","/m/06ntj" ],"topicCategories": ["https://en.wikipedia.org/wiki/Association_football","https://en.wikipedia.org/wiki/Sports_game","https://en.wikipedia.org/wiki/Sport" ] }}
Any idea? Thank you!