carolinux / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 1 forks source link

Removing an External Collaborator from a Document using client.Delete #564

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get an authenticated client
2. Call client.GetAclPermissions(<resource_id>)
3. Loop through the Acls and call client.Delete on a user not part of the 
authenticated domain

What is the expected output? What do you see instead?

I expect to see the external user removed from this document. Instead I find 
that the user is still part of the ACL of this document. 

Original issue reported on code.google.com by jus...@cloudlock.com on 14 Nov 2011 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by afs...@google.com on 17 Dec 2011 at 9:35