I'm using gdata.docs.service to download a list of a user's
spreadsheets using GetDocumentListFeed. I want to now let the user
select a specific spreadsheet so my app can download its contents, do
some manipulation, and then save a copy of the modified spreadsheet
back to their Google Docs account (with a new filename).

To grab the contents of their spreadsheet, I thought I could use the
"Download" method on the results of GetDocumentListFeed.
Unfortunately, this method requires a location to write the downloaded
file to, and AppEngine doesn't let its apps write files to disk (or so
I've read). So what is the recommended way to do this? I'd be happy
getting the contents of the file as a data structure in memory,
containing something like csv data. I don't need to deal with XML. Any
suggestions, or pointers to documentation, would be appreciated.

Thanks,
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to