Method: applications.dataSafety
HTTP 请求
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/dataSafety
网址采用 gRPC 转码语法。
路径参数
参数 |
packageName |
string
必需。应用的软件包名称。
|
请求正文
请求正文中包含结构如下的数据:
JSON 表示法 |
{
"safetyLabels": string
} |
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/androidpublisher
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-17。
[null,null,["最后更新时间 (UTC):2024-12-17。"],[[["This documentation details the process and requirements for submitting Data Safety labels for your Android app through the Google Play Developer API."],["You'll need to make an HTTP POST request to a specific URL, including your app's package name."],["The request body must contain a CSV file with your Data Safety responses, formatted as described in the provided links."],["Successful submission will result in an empty response body, and you'll need the 'androidpublisher' OAuth scope for authorization."]]],["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"]]