[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-11-14 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."]]],[]]