1. Is there a limit to how many collaborators can be on one document?

2. Is it possible to delete all of the writers (or readers for that
matter) on a Google document in one call? Rather than deleting them
one at a time by Modifying the ACL feed for a Document.

3. Is it possible to add more than one person at a time on a Google
document in one call? Rather than adding them one at a time by
Modifying the ACL feed for a Document.

I've just been noticing performance issues...

for example here is the XML for inserting a user:

<entry xmlns='http://www.w3.org/2005/Atom' xmlns:gAcl='http://
schemas.google.com/acl/2007'>
<category scheme='http://schemas.google.com/g/2005#kind' term='http://
schemas.google.com/acl/2007#accessRule'/>
<gAcl:role value='writer'/>
<gAcl:scope type='user' value='[email protected]'/>
</entry>

If I try something like this it breaks:

<entry xmlns='http://www.w3.org/2005/Atom' xmlns:gAcl='http://
schemas.google.com/acl/2007'>
<category scheme='http://schemas.google.com/g/2005#kind' term='http://
schemas.google.com/acl/2007#accessRule'/>
<gAcl:role value='writer'/>
<gAcl:scope type='user' value='[email protected]'/>
<gAcl:role value='writer'/>
<gAcl:scope type='user' value='[email protected]'/>
</entry>


Thanks in advance.
Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to