Method: edits.countryavailability.get
Lấy phạm vi cung cấp theo quốc gia.
Yêu cầu HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}
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.
|
track |
string
Bản nhạc cần đọc.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của TrackCountryAvailability
.
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: 2024-12-17 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-12-17 UTC."],[[["This document details the process and requirements for retrieving country availability for a specific app track using the Google Play Developer API."],["The request is a standard HTTP GET request with path parameters for package name, edit ID, and the desired track."],["An empty request body is required, and the response, if successful, will contain the country availability data for the specified track."],["Users need to authorize access with the `https://www.googleapis.com/auth/androidpublisher` OAuth scope to use this functionality."]]],["The API retrieves country availability for an Android app. It uses a `GET` request to a specific URL that includes the app's package name, edit ID, and track. No request body is needed. The response, upon success, is a `TrackCountryAvailability` instance. Access requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The request's URL utilizes gRPC Transcoding syntax, and the URL includes specific path parameters like the `packageName`, `editId`, and `track`.\n"]]