Method: edits.tracks.get
HTTP-Anfrage
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Track
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/androidpublisher
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-12-17 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-12-17 (UTC)."],[[["The `firebase_admin` Python library provides programmatic access to Firebase services for server-side applications."],["You can manage Firebase App instances using `initialize_app()`, `get_app()`, and `delete_app()`."],["The `auth` module allows for user management, including creating, updating, deleting, and authenticating users."],["The `messaging` module enables sending messages to devices and managing topic subscriptions."],["Other modules offer functionalities for accessing Realtime Database, Cloud Firestore, Cloud Storage, Cloud Functions, and more."]]],["This document outlines the process of retrieving a specific track using a GET request. The request URL, employing gRPC Transcoding, requires three path parameters: `packageName`, `editId`, and `track`. The request body must be empty. A successful request returns a `Track` instance. Authorization mandates the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. Additional information about the `track` identifier is available via a provided link. Users can interact directly using the \"Try it!\" function.\n"]]