PyDrive
PyDrive copied to clipboard
Returned fields in ListFile() method - how to include additional fields
Documentation reflects that some fields are not returned by ListFile (e.g. "permissions"). I have these questions:
-
Why is "permissions", for example, not included in the returned file metadata with ListFile()? I can't find anything in the library code that would prevent it.
-
Is there some way to return additional metadata fields without doing a special metadata query? (e.g. alter the ListFile() request to include the metadata that is desired)?