Use google docs in asp.net application

前端 未结 2 787
被撕碎了的回忆
被撕碎了的回忆 2020-12-10 17:33

How can I use GOOGLE DOCS in my project which I am doing using asp.net with C# as code behind.

Basically I need to display some pdf, doc,dox,excel documents in a re

2条回答
  •  独厮守ぢ
    2020-12-10 18:09

    Google docs has an API for that.

    The Google Documents List Data API allows client applications to programmatically access and manipulate user data stored with Google Documents.

    Check it's documentation, it has examples and everything you would need to develop something based on google docs.

提交回复
热议问题