Reputation: 37
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
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