0

I'm trying to do a https GET request to my server from Google Sheets sidebar (or dialogue window). That is from a client-side. However, the following error is returned:

enter image description here

If there is any way how to directly communicate with my server's end-point?

P.S. A workaround is to do requests to Google Apps Script, which does UrlFetch and then returns data to the client-side, but this reduces the speed.

Many thanks!

Rubén
  • 34,714
  • 9
  • 70
  • 166
dobby
  • 231
  • 4
  • 12
  • Look at “client to server communication” in the guide section of the documentation. Specifically look for “google.script.run” – Cooper Jan 24 '19 at 11:33
  • Related [HTTP GET request in JavaScript?](https://stackoverflow.com/q/247483/1595451) – Rubén Jan 28 '19 at 03:42

0 Answers0