문제

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