我一直試圖在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
我按照建議做了,但問題似乎仍然存在。 –