googledrive icon indicating copy to clipboard operation
googledrive copied to clipboard

Detailed work with permissions

Open jennybc opened this issue 7 years ago • 2 comments

We don't currently offer a way to update or delete a permission. This requires the general ability to list all the permissions for a file and get it into a favourable object, presumably a tibble with one row per permission. Given that info, especially the id of the permission, you're in a position to form additional calls that delete or update it. Finally, all of this is notably different for Team Drives.

jennybc avatar Aug 19 '17 23:08 jennybc

🙊 If I built a wrapper for drive.permissions.update would we call it drive_share_update()?

LucyMcGowan avatar Aug 25 '17 04:08 LucyMcGowan

I think this is for a later release. First we have to decide on an official way to create a tibble with one row per permission. So a user can inspect access individual permissions and decide what to do about them. Which variables do you include? Would you do it for exactly one file at a time? This is probably also where Team Drive differ the most. Etc etc. I propose we just let this be for the moment.

jennybc avatar Aug 25 '17 04:08 jennybc