Why does gmail history list api return invalid identifiers?

I do the synchronization work with the client as an official guide .

When performing partial synchronization, why does history.list api return some identifiers that cannot be obtained from messages.get api? messages.get api will return

 { errors: [ { domain: 'global', reason: 'notFound', message: 'Not Found' } ], code: 404, message: 'Not Found' } 

I get the same result in google api explorer.

+5
source share

Source: https://habr.com/ru/post/1204907/


All Articles