[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["Retrieves computed image data for a previously created video thumbnail using the `videoThumbnails.create` request's ID and authorization token."],["Sends an HTTP GET request to a specific URL containing the video thumbnail's name for retrieval."],["Requires an empty request body and returns the computed image data in a generic HTTP response format determined by the method used."],["Needs authorization via OAuth scopes such as `earthengine`, `earthengine.readonly`, `cloud-platform`, or `cloud-platform.read-only`."]]],["This outlines the `getPixels` method for retrieving a computed image. It uses a `GET` request to the specified URL, with the video thumbnail name (`VideoThumbnail.name`) as a required path parameter. The request body must be empty. The method requires specific OAuth scopes for authorization, and success results in a generic HTTP response. It utilizes data (ID and authorization token) previously provided in a `videoThumbnails.create` request.\n"]]