Search code examples
webclipboardcopy-pastegoogle-docsgoogle-docs-api

Is there any Web API for Google web clipboard?


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?


Solution

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