Hi all,

I have a folder "Reports"; and i documents in this folder.
I am trying to achieve following using Python

1. List all the documents stored in "Reports" folder.
---->  I achieved it.

2. View a document in readonly format on my screen.
---->  I tried following steps......
         *Each Document Entry gives me an id in the format
 
http://docs.google.com/feeds/folders/private/full/folder%3Afolder_id/document%3Adocument_id
         * I extracted the document_id from it
         *created a url in following format
uri = "/feeds/download/documents/Export?
exportFormat=html&xoauth_requestor_id=user
%40domaincom&docID=ddq7mc3q_81fbk8r7yt"

         * Now when I try to fetch the feed using
                           gdata.docs.service.DocsService.Get(uri)
           I get following exception "SyntaxError: mismatched tag:
line 473, column 2"

Do anyone have any idea about this problem?
Or please tell me any other method to achieve this.

Thanx
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to