Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Wenn Sie eine Version des Quellcodes und der Konfigurationsdateien als Dienst in Ihrer Anwendung bereitstellen möchten, müssen Sie als Erstes die Dateien bereitstellen. Außerdem müssen Sie eine Konfigurationsdatei erstellen und eine Authentifizierung festlegen, damit die HTTP-Anfrage POST gesendet werden kann.
Bei Verwendung der App Engine Admin API müssen Sie alle Ressourcen Ihrer Version in einen Cloud Storage-Bucket hochladen und dort bereitstellen. Hierzu zählen auch die relevanten Codedateien, statischen Dateien und alle verwendeten Dockerfiles. Erstellen Sie außerdem eine JSON-Konfigurationsdatei, die eine Definition Ihrer Version und ein Manifest aller Ihrer Ressourcen in Cloud Storage enthält. Zum Abschluss authentifizieren Sie die Version bei Ihrem Google Cloud Platform-Projekt, damit Sie sie für Ihre App Engine-Anwendung bereitstellen können.
Weitere Informationen zu Versionen und zur Struktur der Dienste in Ihrer Anwendung finden Sie in der Übersicht über App Engine.
Informationen zum manuellen Bereitstellen Ihrer Anwendung finden Sie hier.
Vorbereitung
Sie können Ihre Anwendungen nur bereitstellen, wenn Sie in der Lage sind, Ihre HTTP-Anfragen zu autorisieren. Weitere Informationen zum Konfigurieren Ihres Google CloudProjektes, zum Erstellen von Anmeldedaten und zum Abrufen von Zugriffstokens finden Sie unter Admin API aufrufen.
Versionen für Ihre App Engine-Anwendung bereitstellen
So stellen Sie eine Version Ihrer Anwendung mit der Admin API bereit:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eDeploying a version of an app in App Engine involves staging files, creating a configuration file, and authenticating before sending an HTTP \u003ccode\u003ePOST\u003c/code\u003e request.\u003c/p\u003e\n"],["\u003cp\u003eAll version resources, including code, static files, and Dockerfiles, must be uploaded and staged in a Cloud Storage bucket.\u003c/p\u003e\n"],["\u003cp\u003eA JSON configuration file detailing the version and its resources in Cloud Storage is required for deployment.\u003c/p\u003e\n"],["\u003cp\u003ePrior to deploying, users must authenticate with their Google Cloud Platform project and authorize HTTP requests.\u003c/p\u003e\n"],["\u003cp\u003eThe deployment process includes uploading resources to Cloud Storage, creating a configuration file, and sending an HTTP request.\u003c/p\u003e\n"]]],[],null,["# Deploy your apps with the Admin API\n\nTo deploy a *version* of the source code and configuration files that make up a\n*service* in your application, you must first stage your files, create a\nconfiguration file, and authenticate before you can send the HTTP `POST`\nrequest.\n\nThe App Engine Admin API requires that you upload and stage all of your version's\nresources in a [Cloud Storage](/storage) bucket, including the relevant\ncode files, static files, and any Dockerfiles that are used. You must also\ncreate a JSON formatted configuration file that contains the definition of your\nversion and a manifest of all your resources in Cloud Storage. The last\nstep before you can deploy your version to your App Engine application is to\nauthenticate with your Google Cloud Platform project.\n\nFor more information about versions and how they make up the services in your\napplication, see the\n[Overview of App Engine](/appengine/docs/an-overview-of-app-engine).\n\nTo manually deploy your app, see\n[Deploying Your App](/appengine/docs/standard/testing-and-deploying-your-app).\n\nBefore you begin\n----------------\n\nBefore you can deploy your apps, you must be able to authorize your HTTP\nrequests. For more information about configuring your Google Cloud\nproject, creating credentials, and obtaining access tokens, see\n[Accessing the API](/appengine/docs/admin-api/accessing-the-api).\n\nDeploying versions to your App Engine application\n-------------------------------------------------\n\nTo deploy a version of your app with the Admin API:\n\n1. [Upload your app's resources to Cloud Storage.](/storage/docs/uploading-objects#rest-upload-objects)\n2. [Create a configuration file that defines your deployment.](/appengine/docs/admin-api/creating-config-files)\n3. [Create and send the HTTP request for deploying your app.](/appengine/docs/admin-api/apis)"]]