REST Resource: uploader
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Uploader
Represents a uploader for a content owner.
JSON representation |
{
"uploaderName": string,
"kind": string
} |
Fields |
uploaderName |
string
The uploader name.
|
kind |
string
The type of the API resource. For uploader resources, the value is youtubePartner#uploader .
|
Methods |
|
Retrieves a list of uploaders for a content owner. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-23 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-01-23 UTC."],[[["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/list` endpoint."]]],[]]