Method: edits.images.upload
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
อัปโหลดรูปภาพของภาษาและประเภทรูปภาพที่ระบุ แล้วเพิ่มไปยังการแก้ไข
คำขอ HTTP
- อัปโหลด URI สำหรับคำขออัปโหลดสื่อ:
POST https://androidpublisher.googleapis.com/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}
- URI ข้อมูลเมตา สำหรับคำขอที่มีข้อมูลเมตาเท่านั้น:
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ชื่อแพ็กเกจของแอป
|
editId |
string
ตัวระบุของการแก้ไข
|
language |
string
รหัสการแปลภาษา (แท็กภาษา BCP-47 เช่น "de-AT" สำหรับภาษาเยอรมันออสเตรีย) การระบุภาษาที่แอปไม่รองรับจะไม่มีการดำเนินการใดๆ
|
imageType |
enum (AppImageType )
ประเภทของรูปภาพ
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ ImagesUploadRequestBody
เนื้อหาการตอบกลับ
การตอบสนองสำหรับการอัปโหลดรูปภาพ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
การแสดง JSON |
{
"image": {
object (Image )
}
} |
ช่อง |
image |
object (Image )
รูปภาพที่อัปโหลด
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 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`"]]