为什么gmail历史列表api返回无效ID?

aGu*_*egu 5 gmail gmail-api

我正在做官方指南的客户端同步工作.

在进行部分同步时,为什么history.listapi会返回一些无法从messages.getapi 获取的id ?该messages.getAPI将返回

{
    errors: [ { domain: 'global', reason: 'notFound', message: 'Not Found' } ],
    code: 404,
    message: 'Not Found'
}
Run Code Online (Sandbox Code Playgroud)

我在Google api explorer上得到了相同的结果.