Вопрос

I was wondering if there is a list of available categories where videos can be uploaded to YouTube (programmatically, that is). I have found this but to be honest I don't know what part is supposed to be meaning.

Это было полезно?

Решение

See the documentation.

part can be either id or snippet (which includes the category names).

You also need to provide a regionCode (e.g. US) or the list of category IDs you want.

At the end of the documentation page there's a form where you can test it.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top