Method: applications.dataSafety
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เขียนประกาศป้ายกำกับความปลอดภัยของแอป
คำขอ HTTP
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/dataSafety
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ต้องระบุ ชื่อแพ็กเกจของแอป
|
เนื้อหาของคำขอ
เนื้อหาของคำขอมีข้อมูลที่มีโครงสร้างต่อไปนี้
การแสดง JSON |
{
"safetyLabels": string
} |
เนื้อหาการตอบกลับ
หากสำเร็จ เนื้อหาการตอบกลับจะว่างเปล่า
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต 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\u003eThis documentation details the process and requirements for submitting Data Safety labels for your Android app through the Google Play Developer API.\u003c/p\u003e\n"],["\u003cp\u003eYou'll need to make an HTTP POST request to a specific URL, including your app's package name.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a CSV file with your Data Safety responses, formatted as described in the provided links.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful submission will result in an empty response body, and you'll need the 'androidpublisher' OAuth scope for authorization.\u003c/p\u003e\n"]]],["This document details how to declare an app's Safety Labels via a POST request to the Google Android Publisher API. The request is sent to a specific URL using the app's package name as a path parameter. The required request body is a JSON object containing a `safetyLabels` field. This field must hold a string that represents data from the CSV file containing the Safety Labels declaration and its format must be compliant with google help center documentation. The API request require `androidpublisher` scope. A successful response returns an empty body.\n"],null,["# Method: applications.dataSafety\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nWrites the Safety Labels declaration of an app.\n\n### HTTP request\n\n`POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/dataSafety`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------|---------------------------------------------|\n| `packageName` | `string` Required. Package name of the app. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------|\n| ``` { \"safetyLabels\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `safetyLabels` | `string` Required. Contents of the CSV file containing Data Safety responses. For the format of this file, see the Help Center documentation at \u003chttps://support.google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cunderstand-the-csv-format\u003e To download an up to date template, follow the steps at \u003chttps://support.google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cexport-to-a-csv-file\u003e |\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]