使用.net中的Google Drive API从Google云端硬盘下载文档

时间:2013-07-11 14:00:35

标签: .net google-drive-api

我想从Google云端硬盘下载文档。因为我使用的是Google云端硬盘API。我是Google Drive API的新手,所以任何人都可以告诉我如何从谷歌云端硬盘下载文档?

我已尝试此选项https://developers.google.com/drive/manage-downloads#downloading_google_documents,但我在线上

HttpWebRequest request =(HttpWebRequest)WebRequest.Create(                         new Uri(file.DownloadUrl.ToString()));

authenticator.ApplyAuthenticationToRequest(请求);   HttpWebResponse response =(HttpWebResponse)request.GetResponse();

{“基础连接已关闭:发送时发生意外错误。”}

{“无法从传输连接读取数据:远程主机强行关闭现有连接。”}

请问我不是在.net

中创建桌面应用程序

任何人都可以帮助我吗?

0 个答案:

没有答案