When I try to retrieve a folder by listing with differents query criterias, in Python, I get an error HTTP 500 \"Internal error\".
HTTP 500 \"Internal error\"
The code to request the f
It's a known issue with drive.file scope, use drive.readonly.metadata additionally for queries.
drive.file
drive.readonly.metadata
Edit: It looks like the query is also broken with drive.appdata scope. I'm making sure that we're fixing it as soon as possible.
drive.appdata