Hi Eric, thanks for the response, I starred the issue.
Though I technically wouldn't care if I could batch process or not if the simple request didn't take 2-5 seconds a piece! I have 5 writers and 1 owner on a document and to loop through all of the writers (it doesn't take long to get the users), but than when I try to delete each writer, it's taking up to 20+ seconds to delete them all (this was my initial idea to batch them all so all 5 would only take 2-5 seconds)... and that's if the server DOESN'T return a 503 error on delete. please watch this quick video to see what I'm talking about: http://screencast.com/t/7xxk6VLew any help would be MUCH appreciated as Pelotonics is ready to release the Google Docs integration, though if the Google Docs servers are not as solid as I thought they were, than we'll have to hold off until the API services are quicker and bug free. I'm willing to help out as much as possible from my end! Daniel On Mar 2, 4:31 pm, "Eric (Google)" <[email protected]> wrote: > 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=e6x9uj... > > > > > 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 -~----------~----~----~----~------~----~------~--~---
