我一直试图在Google应用程序脚本项目中添加TinyMCE。为了做到这一点,我从TinyMCE获得了API密钥,并将域http://script.google.com添加到密钥的域列表中。在谷歌应用程序脚本中添加tinymce API密钥
然后加入API密钥使用下面的代码 -
<script src="https://cloud.tinymce.com/stable/tinymce.min.js?apiKey=API"></script>
但是,当我试着拨打TinyMCE的该项目中的HTML文件,我得到了一个错误说 -
The domain is not supported by your API key. Please review your domain settings here.
Snapshot of the error on the page for TinyMCE when page is loaded
我按照建议做了,但问题似乎仍然存在。 –