Filtering document library by List Column? #1000
Unanswered
RabidDolphin
asked this question in
Q&A
Replies: 1 comment
-
I think the OData query is not correct. Check the query ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use new_query to filter over a document library by using list columns. Not sure I am understanding queries.
Here is an example of what I have tried:
The last line returns a 400 Client Error: Bad Request for url.
Additionally, after using a query, calling
drive.get_items()
doesn't work as usual - it only performs as if I passed the query.Can anyone offer any advice on if I'm using queries incorrectly? Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions