本文介绍了用于自定义文档的Embedded Viewer API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想建立一个网页,列出可搜索的文件&可滚动翻页,这与Google图书非常相似,并且在该空间内类似于嵌入查看器API.

我了解该API仅适用于Google图书中的内容,是否有一个等效的API可以对用户或应用程序提供的文件进行完全相同的操作,而这些内容在Google图书中不一定如此. >

我还研究了google doc查看器API,与嵌入式查看器API相比,它具有基本的智能功能.

感谢您的帮助.

解决方案

,您可以签出 Google Drive Rest Api .用户可以打开文件,可以从应用程序打开独立于Drive UI的Drive文件.应用程序可以使用 Google Picker .

I would like to build a web page that list documents that are searchable & scrollable pagewise, this is very similar the the Google Books and within that space, similar to the Embedded Viewer API.

I understand the the API works only from the content from Google books, is there an equivalent API that can do the very same thing on the files supplied by the user or application that is not necessarily in the google books.

I also looked at google doc viewer API, features wise it appears basic compared to the embedded viewer API.

Thanks for your help.

解决方案

you can check out Google Drive Rest Api. A user can open files , Drive files can be opened from an application independently of the Drive UI. An application can easily fetch and display a list of files with the Google Picker as described in Open files using the Google Picker.

这篇关于用于自定义文档的Embedded Viewer API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 16:34