You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the converstation state also returns timestamps for each of the converstations, a higher level 'find all converstations' function could be implemented by just repeating the request for older timestamps until the result is empty (although I think there's some way to tell if a request is the last one, since the gmail web client never makes a request which turns out to be empty).
It seems like
conversations/syncrecentconversations
can accept a timestamp (in microseconds), which allows you to grab older conversations.It would be great if the
syncrecentconversations
call could take this argument.The timestamp is at index
1
of the request payload.I'll see if I can make something work in the library.
The text was updated successfully, but these errors were encountered: