Xuất một tài liệu trên Google Workspace sang loại MIME được yêu cầu và trả về nội dung byte đã xuất. Xin lưu ý rằng nội dung được xuất chỉ có thể có kích thước tối đa là 10 MB.
Yêu cầu HTTP
GET https://www.googleapis.com/drive/v3/files/{fileId}/export
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."],[[["Exports a Google Workspace document to the requested MIME type and returns exported byte content, with a 10MB size limit."],["Requires a `fileId` path parameter and a `mimeType` query parameter to specify the document and the desired export format."],["Uses a `GET` request to `https://www.googleapis.com/drive/v3/files/{fileId}/export` and returns the file content as bytes in the response."],["Needs authorization with one of the specified OAuth scopes, such as `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.readonly`."]]],[]]