Access CHATS label with Gmail API
问题 Does Gmail API provide a way to fetch Gmail chat logs? Chats is a label just like INBOX. I expected to find it in Users:label list but its not present. Is there something I have to enable to allow CHATS label to show up? Is this feature supported in Gmail API? 回答1: According to Find timestamp for hangout and chat messages retrieved with gmail api , the fact that chats show up in the Gmail API at all is a bug, not a feature. They are likely leaving it out of the list of labels intentionally.