When using the google drive api
I use com.google.api.services.drive.Drive.files() to iterate some files.
I noticed None of the Directory objects have permissions?
When I use the File objects, the com.google.api.services.drive.model.File.getPermissions() method always returns null.
Is there some way I can get this list method to return the permissions as well?
Otherwise I'll have to pummel the google api?