Closed lykfe closed 1 year ago
Have a look at Files.list()
in the readme.
Thanks I figured it out, would highly appreciate if you can update the document to include an example of using field.
Glad you have it sorted. Ok, I'll try :slightly_smiling_face: .
https://developers.google.com/drive/api/guides/fields-parameter
I'm trying to do something like
files.list(fields='files(id,capabilities,canAddChildren)')
Is this supported? If it is, can you provide a simple example that I can work with?
Thanks