Access CHATS label with Gmail API

前端 未结 1 1409
忘了有多久
忘了有多久 2021-01-15 20:06

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 some

相关标签:
1条回答
  • 2021-01-15 21:06

    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.

    0 讨论(0)
提交回复
热议问题