How to programatically upload document on Google Docs? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the开发者_如何转开发 question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this questionI building a small application uploading documents on Google Docs. Is there any API like Goolge API (Ver2) for same?
Is it possible by using Goolge API (Ver2) ?
Thanx
Google has an API for docs posted online: http://code.google.com/apis/documents/overview.html
Check out their developer guides for information specific to .NET: http://code.google.com/apis/documents/docs/developers_guide.html
精彩评论