Eric Bidelman wrote: > Sounds like you don't have the latest version of the library. > I would download 1.3.2: > http://code.google.com/p/gdata-python-client/downloads/list > > Eric > > On Mon, May 25, 2009 at 10:08 PM, Mustufa Rangwala > <mustufa.2...@gmail.com <mailto:mustufa.2...@gmail.com>> wrote: > > > Hello, > I am using python2.4 and try to downloaddocument like: > import gdata.docs.service > self.gdoc_service = gdata.docs.service.DocsService() > self.gdoc_service.ClientLogin(self.email, self.password) > documents_feed = self.gdoc_service.GetDocumentListFeed() > for document_entry in documents_feed.entry: > self.gdoc_service.DownloadDocument(document_entry, > self.file_path) > > using this code, > > > But i get the eror: > AttributeError: 'DocsService' object has no attribute > 'DownloadDocument' > > can any one help , how to download doument using python code i hv > tried above but its not working :( > > Thanks in advance > > > > > > > > > Hello eric, i have installed gdata 1.3.2 , it works fine now :)
Thanks lot eric Regards --~--~---------~--~----~------------~-------~--~----~ 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 Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---