Một số phạm vi bị hạn chế và yêu cầu đánh giá bảo mật để ứng dụng của bạn có thể sử dụng các phạm vi đó. Để biết thêm thông tin, hãy xem Hướng dẫn uỷ quyền.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]