Google Spreadsheet with data from WebSocket

后端 未结 1 1884
独厮守ぢ
独厮守ぢ 2021-02-13 12:38

I want to write a custom script using Google Apps Script for Spreadsheet that gets data from WebSocket. Is there a way doing so?

相关标签:
1条回答
  • 2021-02-13 13:18

    No, Google Apps Script does not include any Web APIs other than what UrlFetchApp offers. In particular, it cannot maintain a websocket connection.

    0 讨论(0)
提交回复
热议问题