On Nov 17, 10:26 pm, Daniel <[EMAIL PROTECTED]> wrote:
> In Google Docs on a Document, I can go to the Share Page on a
> Document, and access the Advanced permissions. There are 2 options.
>
> 1. Collaborators may invite others
> 2. Invitations may be used by anyone
>
> Is there a way to either check or uncheck those from the API?
#1 can be done since the ACLs feed can be used to set permissions
for other users. Use <gAcl:role value='writer' /> for collaborators:
http://code.google.com/apis/documents/developers_guide_protocol.html#AccessControlLists
#2 is not something the API supports.
Cheers,
Eric
>
> I use the .NET C# API by the way.
>
> thanks!!!
>
> 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
-~----------~----~----~----~------~----~------~--~---