How to get all users with edit permission in Google Drive API
I'm working on Google Drive app script and using the Advanced Drive Service.
And I want to get all users have edit permission of a file, is there any method like File.getEditors() of the build-in service.