I am using google-gdata .NET library to integrate with Google Docs. This works very well, but I canโt figure out how to use it to publish my documents for web-based access only based on browsing.
The basic idea is to upload the document to Google Docs and be able to view the document in a web environment (outside of Google) without having to log in using Google credentials. As far as I can tell, the best way to do this is to publish it through a secret link, as described in the help article above.
So does anyone know how to publicly publish Google Docs in .NET?
EDIT
As a starting point and as an illustration of the difference between changing the ACL on a document (i.e. publishing it) and publishing the document itself (as described above in the link), these are the corresponding versions of the same document in Google Docs:
source share