google-api-nodejs-client
google-api-nodejs-client copied to clipboard
Issue in Google Drive Search API
Major Issue in Google Drive Search
- Is this a client library issue or a product issue? This is the client library for google drive api.
Environment details
- OS: Windows 10 64-bit
- Node.js version: 16.17.0 v
- npm version: 8.19.2
googleapisversion: 109.0.1
Steps to reproduce
- Search for files in google drive contain name "12-2022-12-12"
- Will return files with same name
- Response not even close to search
- works fine with '10-2022-12-12'
Thanks!

The search results for files with specific names may include other files with different names, even if they are not a match. The current solution is to continue running the search until the nextpageToken no longer exists and no more data is found.