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