Answers inline.

On Mar 2, 3:23 pm, Daniel Marashlian <[email protected]> wrote:
> One more question... is there a max filename size?

Depends:
http://docs.google.com/support/bin/answer.py?answer=37603&cbid=e6x9ujihpijz&src=cb&lev=index

>
> On Mar 2, 2:31 pm, Daniel Marashlian <[email protected]> wrote:
>
> > 1. Is there a limit to how many collaborators can be on one document?

Not that I'm aware of.  Have you run into an issue?

>
> > 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.

No at the moment.  Doing batch ACLs is something we're working on.
Please star this feature request:
http://code.google.com/p/gdata-issues/issues/detail?id=874

>
> > 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.

No.  Same as above.

>
> > 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