以编程方式将文件上传到GOOGLE DRIVE

时间:2013-05-17 11:47:30

标签: vb.net google-drive-api

我的要求是上传一个文件,该文件将在运行时由用户选择到Google云端硬盘。我从用户那里获得了电子邮件ID和密码。怎么做?。如果我有任何其他要求来自用户?那里有任何可行的解决方案吗?

2 个答案:

答案 0 :(得分:2)

如果您仔细阅读文档,可以使用Google Drive SDK / API,这是非常简单的事情,

https://developers.google.com/drive/

https://developers.google.com/drive/manage-uploads

有一个.NET API可供下载,虽然它处于测试阶段我已经毫无问题地使用它了。

https://developers.google.com/drive/downloads

答案 1 :(得分:0)

DocumentsService myService = new DocumentsService(“application name”); myService.setUserCredentials(“email”,“password”); DocumentEntry newEntrys = myService.UploadDocument(“pdf path”,@“upload file name”);

但我有例外 执行请求失败:https://docs.google.com/feeds/default/private/full?convert=false