Closed GoogleCodeExporter closed 9 years ago
working on this with internal team.
Original comment by fman...@gmail.com
on 29 Jun 2010 at 2:51
I've also tried enabling SSL on the documentRequestFactory and removing the
ProtocolMajor setting
this.documentRequestFactory.UseSSL = true;
Sincerely,
Adam
Original comment by adam.bra...@gmail.com
on 29 Jun 2010 at 10:37
I've been able to pull Files, Documents and Presentations using a
DocumentQuery, seems as though the constructor for DocumentService.Query
doesn't have provision for the ID of the requestor. So the following block
works, however, downloading spreadsheets fails, I'll log another bug for that
now.
---snip---
//Use DocumentQuery!
DocumentQuery dq = new DocumentQuery(downloadUrl);
dq.UseSSL = true;
dq.OAuthRequestorId = this.requestor;
Stream inStream = documentService.Query(dq.Uri);
---snip---
Getting closer!
Original comment by adam.bra...@gmail.com
on 1 Jul 2010 at 1:11
Adam,
If you confirm that DocumentQuery works we can mark this issue as fixed.
Thanks
Claudio
Original comment by ccherub...@google.com
on 7 Dec 2010 at 8:43
Original comment by ccherub...@google.com
on 14 Dec 2010 at 4:47
Original issue reported on code.google.com by
adam.bra...@gmail.com
on 29 Jun 2010 at 3:06