Method: edits.images.upload
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tải hình ảnh thuộc loại hình ảnh và ngôn ngữ được chỉ định lên, rồi thêm vào phần chỉnh sửa.
Yêu cầu HTTP
- URI tải lên, đối với các yêu cầu tải nội dung nghe nhìn lên:
POST https://androidpublisher.googleapis.com/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}
- URI siêu dữ liệu, đối với các yêu cầu chỉ dành cho siêu dữ liệu:
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
packageName |
string
Tên gói của ứng dụng.
|
editId |
string
Giá trị nhận dạng của nội dung chỉnh sửa.
|
language |
string
Mã bản địa hoá ngôn ngữ (thẻ ngôn ngữ BCP-47; ví dụ: "de-AT" cho tiếng Đức ở Áo). Việc cung cấp ngôn ngữ không được Ứng dụng hỗ trợ là không hoạt động.
|
imageType |
enum (AppImageType )
Loại hình ảnh.
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của ImagesUploadRequestBody
.
Nội dung phản hồi
Phản hồi khi tải hình ảnh lên.
Nếu thành công, phần nội dung phản hồi sẽ chứa dữ liệu có cấu trúc sau:
Biểu diễn dưới dạng JSON |
{
"image": {
object (Image )
}
} |
Trường |
image |
object (Image )
Hình ảnh đã tải lên.
|
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/androidpublisher
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eUploads an image of the specified language and image type, and adds it to the edit.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes HTTP POST requests to upload media or metadata for app listings.\u003c/p\u003e\n"],["\u003cp\u003eRequires path parameters such as package name, edit ID, language, and image type.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an \u003ccode\u003eImagesUploadRequestBody\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses include an \u003ccode\u003eImage\u003c/code\u003e object representing the uploaded image.\u003c/p\u003e\n"]]],["This document details the process for uploading images to an Android app's listing. Key actions involve making a `POST` request to either an upload URI or a metadata URI, specifying parameters like `packageName`, `editId`, `language`, and `imageType`. The request body, which is `ImagesUploadRequestBody`, needs to be provided and a JSON response containing image data is returned. Authorization using `https://www.googleapis.com/auth/androidpublisher` scope is also necessary for the request.\n"],null,["# Method: edits.images.upload\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ImagesUploadResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUploads an image of the specified language and image type, and adds to the edit.\n\n### HTTP request\n\n- Upload URI, for media upload requests: \n `POST https://androidpublisher.googleapis.com/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}`\n- Metadata URI, for metadata-only requests: \n `POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `packageName` | `string` Package name of the app. |\n| `editId` | `string` Identifier of the edit. |\n| `language` | `string` Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German). Providing a language that is not supported by the App is a no-op. |\n| `imageType` | `enum (`[AppImageType](/android-publisher/api-ref/rest/v3/AppImageType)`)` Type of the Image. |\n\n### Request body\n\nThe request body contains an instance of `ImagesUploadRequestBody`.\n\n### Response body\n\nResponse for uploading an image.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------|\n| ``` { \"image\": { object (/android-publisher/api-ref/rest/v3/edits.images#Image) } } ``` |\n\n| Fields ||\n|---------|-------------------------------------------------------------------------------------------------|\n| `image` | `object (`[Image](/android-publisher/api-ref/rest/v3/edits.images#Image)`)` The uploaded image. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]