Finally decyphered the google documentation. A DocId is a "docId" and
not a filename.
When I first read it, it was a logical assumption that the DocId would
be the name of the file.
It would seem more logical to me that a with a feed, you would specify
what you know, which is the filename, rather
Turns out I don't want the download function because that downloads to
disk.
I just want the HTML contents of the my doc file in a variable.
Neal
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Google Docs Data API
Thanks Eric,
That's interesting about the URL. Google assumes you know the correct
URL in all their documentation.
My URL is now this:
url =
http://docs.google.com/feeds/download/documents/Export?docID=3WCTest&exportFormat=html
This is the example I'm trying to follow:
http://code.google.com/
Hi Neal,
You should use the link of the entry:
entry.content.src + '&exportFormat=html'
Note, that link doesn't contain a /a/domain.com.
Eric
On Mon, Jul 27, 2009 at 8:04 PM, NealWalters wrote:
>
> Am I not constructing my URL for this atom feed correctly?
>
> http://docs.google.com/a/nealwalt