REST Resource: uploader
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Uploader
Represents a uploader for a content owner.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe content defines an "Uploader" resource, which represents a content uploader for a content owner.\u003c/p\u003e\n"],["\u003cp\u003eThe Uploader resource is represented in JSON format with "uploaderName" and "kind" fields, both being strings.\u003c/p\u003e\n"],["\u003cp\u003eThe "kind" field for uploader resources is specifically identified as "youtubePartner#uploader".\u003c/p\u003e\n"],["\u003cp\u003eA method is detailed, which can retrieve a list of uploaders for a content owner via the provided \u003ccode\u003e/youtube/partner/reference/rest/v1/uploader/list\u003c/code\u003e endpoint.\u003c/p\u003e\n"]]],["The core content describes a resource called \"Uploader,\" representing a content owner's uploader. It includes two key fields: `uploaderName` (a string for the uploader's name) and `kind` (a string, always `youtubePartner#uploader`). The resource's JSON representation is provided. The only method associated is `list`, which retrieves a list of uploaders for a content owner.\n"],null,["# REST Resource: uploader\n\n- [Resource: Uploader](#Uploader)\n - [JSON representation](#Uploader.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Uploader\n------------------\n\nRepresents a uploader for a content owner.\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"uploaderName\": string, \"kind\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------|\n| `uploaderName` | `string` The uploader name. |\n| `kind` | `string` The type of the API resource. For uploader resources, the value is `youtubePartner#uploader`. |\n\n| Methods ------- ||\n|--------------------------------------------------------------|----------------------------------------------------|\n| ### [list](/youtube/partner/reference/rest/v1/uploader/list) | Retrieves a list of uploaders for a content owner. |"]]