Hey uco, I just tested the RawDocContents feed with ClientLogin and IT WORKED with curl: curl --silent --header "Authorization: GoogleLogin auth=AUTHTOKEN" "http://docs.google.com/feeds/download/documents/RawDocContents? action=fetch&justBody=false&revision=_latest&editMode=false&docID=dfrkj.... 7z6jrg4"
Are you sure you're sending the info in that example request header? Eric On Nov 16, 10:03 pm, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > This is an open issue with the RawDocContents > feed:http://code.google.com/p/gdata-issues/issues/detail?id=35 > > Eric > > On Nov 14, 2:52 pm, uco <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm writing an application in C++ with the Qt framework. > > Authentication via clientLogin works fine. Requesting feeds etc. also > > fine. > > > But I'm having trouble to find out how to get the raw html content. > > > This how I have set up the http request: > > > GET /feeds/download/documents/RawDocContents? > > action=fetch&justBody=false&revision=_latest&editMode=false&docID=xxxxxxxxx > > xxxxxxxxxx > > HTTP/1.1 > > Host: docs.google.com > > Authorization: GoogleLogin auth= xxxxxxxxxxxxxxxxxxxxxxxxxxx > > > I only get an error page stating that the error will be analyzed and > > that the document doest exist. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
