Search code examples
google-apps-scriptgoogle-docs-api

Is there a way to make my standalone script, bound to a doc?


What I would like to achieve is bounding my standalone script to one of my Google Docs.

The resource available at developers.google.com haven't helped me in this instance. However these are the links related to this topic: https://developers.google.com/apps-script/guides/bound https://developers.google.com/apps-script/guides/standalone

I suspect 'No'.


At this current time I am only playing around using this api.


Solution

  • The answer is; there is no way you can achieve a simple import form standalone to bound.

    But

    There are several work arounds, such as copying the code from the standalone to the bound one. Or via import methods mention by @Sandy Good

    Thanks to all that helped.