回答編集履歴
2
コード誤りだったので訂正
answer
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
+
修正しました
|
2
|
+
---
|
3
|
+
|
1
4
|
//作成したGoogle SlidesのURLを開く
|
2
5
|
|
3
6
|
の前に
|
4
7
|
|
5
|
-
|
8
|
+
presentation.saveAndClose();
|
6
9
|
|
7
10
|
を入れてみてください。
|
8
11
|
|
9
|
-
[https://developers.google.com/apps-script/reference/slides/
|
12
|
+
[https://developers.google.com/apps-script/reference/slides/presentation#saveAndClose()](https://developers.google.com/apps-script/reference/slides/presentation#saveAndClose())
|
1
誤字を修正
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
//作成したGoogle SlidesのURLを開く
|
2
2
|
|
3
|
-
のに
|
3
|
+
の前に
|
4
4
|
|
5
5
|
slide2.refreshSlide()
|
6
6
|
|