PyDrive icon indicating copy to clipboard operation
PyDrive copied to clipboard

Returned fields in ListFile() method - how to include additional fields

Open jsrozner opened this issue 6 years ago • 0 comments

Documentation reflects that some fields are not returned by ListFile (e.g. "permissions"). I have these questions:

  1. 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.

  2. 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)?

jsrozner avatar Mar 07 '19 04:03 jsrozner