views:

18

answers:

0

Hi,

I wanted to do the following with the gdata javascript library:

  • get a list of a user's documents.
  • read the contents of a chosen document.
  • edit its contents, update the document.

If I'm reading correctly, this is not supported by the javascript library? I got this to work with the java library, but would like to push this functionality to the client. Is it possible? If not, are there any ways around it?

Thank you