Hi, Take a look at the Protocol guide on updating doc content: http://code.google.com/apis/documents/docs/2.0/developers_guide_protocol.html#UpdatingContent
Does passing the edit-media link to update() work? Eric On Jan 15, 12:10 pm, pioug <[email protected]> wrote: > Hello i would like to update the content of a DocumentListEntry: > > DocumentListEntry lDocumentListEntry; //My Document retrieve from > Google server > lDocumentListEntry.setFile(lDocumentFile,MediaType.fromFileName > (lDocumentFile.getAbsolutePath()).getMimeType()); > lDocumentListEntry.update(); > > Not Work > > DocumentListEntry lDocumentListEntry; //My Document retrieve from > Google server > lDocumentListEntry.setContent(lContent); > lDocumentListEntry.update(); > > Not Work > > Idea thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
