-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
api: gmailIssues related to the Gmail API API.Issues related to the Gmail API API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Environment details
- OS: MacOS Ventura 13.2
- Node.js version: v21.4.0
- npm version: 10.2.4
googleapisversion: 105.0.0
Steps to reproduce
Reproduction is not simple. Basically:
- I have a custom email client which fetches threads from GMail.
- I am able to fetch 1867 threads without issues, but there are 3 threads with IDs that I noted down, that hang up
gmail.users.threads.getforever (it is never resolved nor rejected). - If I hardcode these 3 IDs in my code to skip them, everything works fine.
I'd be happy to provide additional data if needed. Also, I tested these IDs on the Google API website API tester and it provides correct result, so it seems like this is an issue with this library.
Metadata
Metadata
Assignees
Labels
api: gmailIssues related to the Gmail API API.Issues related to the Gmail API API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.