Question

Is it possible to program "Share with others" in Google docs through some API/interface etc., Essentially I want to reach out "Email Spreadsheet" or Docs page and utilize its services

Was it helpful?

Solution

Yes, this is possible through access control list feeds (ACL). You can retrieve an ACL feed for any given folder/document/spreadsheet etc, modify it and POST/PUT it back. More info here.

There are also libraries for Java and .NET that make it easier. Documentation for Document List API v3.0 isn't up to date for .NET yet though (although the v3.0 code is available in trunk), but for Java there is more info available.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top