gmailchatgoogle-talkgmail-api

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?


Solution

  • 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.

    From that answer, I'm inferring that accessing google hangouts history via the API is unsupported, and the ability to do so may disappear in the future.