[[["易于理解","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-08-04。"],[[["Retrieves an image representing the result of a computation, based on a previous `filmstripThumbnails.create` request."],["Requires an HTTP GET request to a specific URL endpoint, including the filmstrip thumbnail name."],["Uses values like ID and authorization token from the prior `filmstripThumbnails.create` request."],["Requires specific authorization scopes like `earthengine`, `cloud-platform` with read or write access."],["The response is a standard HTTP response, with the format depending on the method used."]]],["This outlines the `getPixels` method for retrieving a computed image. It uses a `GET` request to a specified URL, requiring a filmstrip thumbnail name (`name`) from a prior `filmstripThumbnails.create` request, the request body is empty. Successful requests return a generic HTTP response. Authorization requires one of four specified OAuth scopes, including `earthengine` and `cloud-platform` related scopes. The method also uses gRPC Transcoding.\n"]]