Gourav Goyal
Gourav Goyal

Reputation: 37

Google doc list api using asp.net

how do i view documents on my private cloud using google doc list api on my browser. I am using .net technologies

Upvotes: 0

Views: 755

Answers (1)

Claudio Cherubino
Claudio Cherubino

Reputation: 15004

You should check the Google Drive SDK documentation which includes a complete ASP.NET MVC sample that interacts with files stored on Google Drive:

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

Upvotes: 2

Related Questions