Page Summary
-
The content defines an "Uploader" resource, which represents a content uploader for a content owner.
-
The Uploader resource is represented in JSON format with "uploaderName" and "kind" fields, both being strings.
-
The "kind" field for uploader resources is specifically identified as "youtubePartner#uploader".
-
A method is detailed, which can retrieve a list of uploaders for a content owner via the provided
/youtube/partner/reference/rest/v1/uploader/listendpoint.
Resource: Uploader
Represents a uploader for a content owner.
| JSON representation |
|---|
{ "uploaderName" : string , "kind" : string } |
| Fields | |
|---|---|
uploaderName
|
The uploader name. |
kind
|
The type of the API resource. For uploader resources, the value is |
Methods |
|
|---|---|
|
Retrieves a list of uploaders for a content owner. |

