回答編集履歴
1
URLのリンク
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
ランタイムをV8に切り替えたところ同様の問題に遭遇しましたが、TwitterWebServiceから読み込まれているOAuth1をバージョン18に変更して解決しました。
|
2
2
|
|
3
|
-
1. https://script.google.com/d/1rgo8rXsxi1DxI_5Xgo_t3irTw1Y5cxl2mGSkbozKsSXf2E_KBBPC3xTF/edit を開く
|
3
|
+
1. [https://script.google.com/d/1rgo8rXsxi1DxI_5Xgo_t3irTw1Y5cxl2mGSkbozKsSXf2E_KBBPC3xTF/edit](https://script.google.com/d/1rgo8rXsxi1DxI_5Xgo_t3irTw1Y5cxl2mGSkbozKsSXf2E_KBBPC3xTF/edit) を開く
|
4
4
|
1. 上部メニュー → ファイル → コピーを作成
|
5
5
|
1. プロジェクト名を `TwitterWebService` に
|
6
6
|
1. 上部メニュー → リソース → ライブラリ
|
@@ -16,8 +16,8 @@
|
|
16
16
|
1. バージョンを選択
|
17
17
|
1. 「無効」となっているスイッチをクリックして「ON」に
|
18
18
|
|
19
|
-
https://twitter.com/esperecyan/status/1241320493354856450
|
19
|
+
[https://twitter.com/esperecyan/status/1241320493354856450](https://twitter.com/esperecyan/status/1241320493354856450)
|
20
20
|
> Google Apps Script で V8 に替えると「Property store is required.」というエラーが出るのは、ライブラリ「OAuth1」(1CXDCY5sqT9ph64fFwSzVtXnbjpSfWdRymafDrtIZ7Z_hwysTY7IIhi7s) のバージョンを 18 にすると直りました。 #GoogleAppsScript #Twitter
|
21
21
|
|
22
|
-
https://twitter.com/esperecyan/status/1241320495254925312
|
22
|
+
[https://twitter.com/esperecyan/status/1241320495254925312](https://twitter.com/esperecyan/status/1241320495254925312)
|
23
23
|
> Twitter bot等で広く使われているライブラリ「TwitterWebService」(1rgo8rXsxi1DxI_5Xgo_t3irTw1Y5cxl2mGSkbozKsSXf2E_KBBPC3xTF) では、ライブラリ「OAuth1」のバージョン14が指定されているので、同ライブラリのコピーを作成して修正すれば、V8に切り替えても動きます。 https://script.google.com/d/1rgo8rXsxi1DxI_5Xgo_t3irTw1Y5cxl2mGSkbozKsSXf2E_KBBPC3xTF/edit
|