Exportiert ein Google Workspace-Dokument in den angeforderten MIME-Typ und gibt exportierten Byte-Inhalt zurück. Beachten Sie, dass der exportierte Inhalt auf 10 MB begrenzt ist.
HTTP-Anfrage
GET https://www.googleapis.com/drive/v3/files/{fileId}/export
Erforderlich. Der MIME-Typ des für diesen Export angeforderten Formats.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich ist, gibt diese Methode den Dateiinhalt in Byte zurück. Eine Liste der Google Workspace-Dokumente und MIME-Typ-Konvertierungsformate finden Sie im Hilfeartikel Google Workspace-Dokumente und entsprechende Export-MIME-Typen.
Einige Bereiche sind eingeschränkt und erfordern eine Sicherheitsprüfung, damit Ihre Anwendung sie verwenden kann. Weitere Informationen finden Sie im Leitfaden zur Autorisierung.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-04 (UTC)."],[[["Exports a Google Workspace document to the requested MIME type, returning the file content as bytes with a 10MB size limit."],["Requires providing the file ID as a path parameter and the desired MIME type as a query parameter in the GET request."],["The request body should be empty, and successful responses contain the exported file content in the specified format."],["Authorization is necessary using one of the specified OAuth scopes, some of which may require a security assessment."]]],[]]