Is there any Web API for Google web clipboard?

℡╲_俬逩灬. 提交于 2019-12-11 05:43:02

问题


Google Docs have a feature "Web Clipboard" to help users easily copy and paste cross google documents. (you can refer to https://drive.googleblog.com/2010/02/a-web-clipboard-for-google-docs.html)

But I am wondering that if there's any Web API or official way to access those API. I try to find in Google Document List APi (https://developers.google.com/google-apps/documents-list/), I can't find any related stuff.

The original goal for me is I want to copy some screenshot/images/text from my Windows OS. And I want to paste into my GoogleDoc Document. But it can't be done unless the screenshot/image/text is update/upload into Web Clipboard.

I keep finding any related integrated tools or extension, but I still can't find anyone. Could someone give me some suggestions?


回答1:


There is no official way to access this API, sorry.




回答2:


There is clearly an API of sorts, just not documented. I'd suggest looking at extensions like this one and trying to reverse-engineer the protocol so you can see what endpoints it is calling.

But it sounds like a lot of work.



来源:https://stackoverflow.com/questions/10202863/is-there-any-web-api-for-google-web-clipboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!