How do I get the managers/contributors/etc of a Google Team Drive?
问题 Team Drive has five permission levels: Manager Content Manager Contributor Commenter Viewer The Folder API, on the other hand, only has three functions for getting a user list of people on a folder: getEditors() getOwner() getViewers() This works fine if you're using a My Drive, because it has those exact same three levels: Is Owner Can organize, add, & edit Can view only How do I get each of the 5 access levels in a Google Team Drive? If I do call those 3 functions, which access level do