File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ // [START api_target]
1
2
/**
2
3
* Return the set of folder names contained in the user's root folder as an
3
4
* object (with folder IDs as keys).
@@ -13,3 +14,4 @@ function getFoldersUnderRoot() {
13
14
}
14
15
return folderSet ;
15
16
}
17
+ // [END api_target]
Original file line number Diff line number Diff line change
1
+ <!-- [START docs_translate_quickstart] -->
1
2
<!DOCTYPE html>
2
3
< html >
3
4
< head >
197
198
</ script >
198
199
</ body >
199
200
</ html >
201
+ <!-- [END docs_translate_quickstart] -->
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ function main() {
54
54
/**
55
55
* Creates a single slide using the image from the given link;
56
56
* used directly by foreach(), hence the parameters are fixed.
57
- * @param {Date } imageUrl A String object representing an image URL
58
- * @param {Date } index The index into the array; unused (req'd by forEach)
57
+ * @param {string } imageUrl A String object representing an image URL
58
+ * @param {number } index The index into the array; unused (req'd by forEach)
59
59
*/
60
60
function addImageSlide ( imageUrl , index ) {
61
61
var slide = presentation . appendSlide ( SlidesApp . PredefinedLayout . BLANK ) ;
@@ -78,8 +78,8 @@ var presentation = SlidesApp.create(NAME);
78
78
/**
79
79
* Creates a single slide using the image from the given link;
80
80
* used directly by foreach(), hence the parameters are fixed.
81
- * @param {Date } imageUrl A String object representing an image URL
82
- * @param {Date } index The index into the array; unused (req'd by forEach)
81
+ * @param {string } imageUrl A String object representing an image URL
82
+ * @param {number } index The index into the array; unused (req'd by forEach)
83
83
*/
84
84
function addImageSlide ( imageUrl , index ) {
85
85
var slide = presentation . appendSlide ( SlidesApp . PredefinedLayout . BLANK ) ;
You can’t perform that action at this time.
0 commit comments