How long are nextPageTokens remembered for Gmail and Calendar APIs?
问题 The Gmail and Calendar APIs return a nextPageToken value in the response from the users.messages.list and events.list endpoints when pagination is required. If the value of the nextPageToken is provided in the next request to these endpoints, the next page of results is returned. My question : How long are these nextPageToken s persisted behind the Gmail and Calendar APIs? Context : I am building an abstraction on top of both the Gmail and Calendar APIs to return a list of Activities, and