[[["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-05 UTC."],[[["Retrieves the Gmail profile of the current user, including email address, total messages, total threads, and history ID."],["Uses a GET request to the URL `https://gmail.googleapis.com/gmail/v1/users/{userId}/profile`, where `{userId}` can be the user's email address or `me` for the authenticated user."],["Requires authorization with specific OAuth scopes, such as `https://mail.google.com/` or `https://www.googleapis.com/auth/gmail.readonly`."],["The response body contains a JSON object representing the user's profile with fields like `emailAddress`, `messagesTotal`, `threadsTotal`, and `historyId`."],["The request body must be empty."]]],[]]