Google Drive Api: I get a positive response when trying to remove a permission but the permission hasn’t been removed -


i've got similar this one, no solution has been given.

i'm working on python script tidy company googledrive. problem have when removing user our domain shared files still have user permission on them.

we can manually delete them ideally we'd script it.

but when using permissions().delete() permission still there , not receive error.

i tried using try it! on google drive api reference same thing got positive response (204) permission wasn’t removed.

note when user has been deleted permission on drive permissions.list() show empty domain, email, , name rest (role, type, id, etag ...) still show.


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -