Query attribute doesn't work on drive.files.list v3
See original GitHub issueWhen calling
const req = drive.files.list({q: "name='BC01-TSP10'"}, (error, response) => {
if(error) reject(error)
console.log(response)
resolve(response)
})
The q property does nothing. Actually it seems to me none of the identified properties do anything. I tried searching through the source but was unable to determine what was wrong. When using the API tester it works fine.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Files: list | Google Drive
Lists or searches files. Try it now. This method accepts the q parameter, which is a search query combining one or more search...
Read more >Google Drive API File query list() method not listing any files ...
In the code below, I am trying to instantiate the Drive API and would like to query CSV files that have 'AllData' in...
Read more >Searching docs base on visibility not working as expected ...
I'm using the Drive API V2 (files/list). ... It turns out that if you use anyoneCanFind and/or anyoneWithLink... it includes also files shared...
Read more >Drive API V3 - Files: list "q" parameter doesn't return files #1957
The following query of two folders, both only containing images returned** a list that contained only one item, the first image in folder...
Read more >Data definition language (DDL) statements in ... - Google Cloud
Compose new query. ... The NOT NULL attribute of a table's column_schema does not propagate through ... Specify a table option list in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ooooops 😃 Updated!
I did just notice I have version 25 though.