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)."],[[["Lists a file's parent folders in Google Drive."],["Uses an HTTP GET request with the file ID specified in the URL path."],["The response body provides a list of parent objects, including their kind, etag, selfLink, and items."],["Requires authorization with one of the listed OAuth scopes, such as `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.readonly`."]]],["This outlines retrieving a file's parent list using a `GET` request to `https://www.googleapis.com/drive/v2/files/{fileId}/parents`. The `fileId` is a required path parameter. The request body must be empty. A successful response returns a JSON containing `kind`, `etag`, `selfLink`, and an array of `items`. Various authorization scopes, such as `https://www.googleapis.com/auth/drive`, are required, with some needing security assessment.\n"]]