Does Google Docs Have any Externally Accessible Link to Show a Doc and Its Associated Sharing Dialog? -
I am working on the GNOME application for my Google Summer Off Code project. The Google documentation that we receive from Lipidadata is organized into a feed object that is composed by Entry Objects (Entry Map in a Doc). Each entry has an "optional" link that gives the browser a map for the accessible version. We are currently allowing users to open their Google Docs in the browser through such an "alternative" link. Each entry also has an associated "Access Rule" feed, which in turn is made up of entries specifying permissions, but none of these is an alternative link. I am thinking that WebKit is a Google document and affiliate webview What is a way to access the alternative links to show the Google Docs sharing dialogue? Thanks a lot!
Check the Documents List API document for details on how to manage sharing:
Also, consider using the new Drive API that displays the same functionality:
Comments
Post a Comment