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
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]