You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,6 +42,10 @@ About the install of scopes using the library, this library requires manually in
42
42
43
43
> IMPORTANT: Above 4 scopes are installed in this library. If you want to use Spreadsheets, please install the scopes for it using [Manifests](https://developers.google.com/apps-script/concepts/manifests) to the project installed this library.
44
44
45
+
## Also
46
+
47
+
The library and your script template must be shared.
48
+
45
49
# Methods
46
50
47
51
<aname="methods"></a>
@@ -65,18 +69,21 @@ About the install of scopes using the library, this library requires manually in
.setCustomSource("notice", "html", "Your script was updated at ..")
246
+
.commit();
247
+
}
248
+
}
249
+
```
250
+
251
+
# Restrictions
252
+
253
+
PLEASE EXERCISE CAUTION WHEN RENAMING AND DELETING FILES!
254
+
255
+
DO NOT EXCEED THE LIMITATIONS SET BY APPS SCRIPT:
256
+
- PROVIDE **ONLY UNIQUE FILENAMES**. FOR EXAMPLE, "**file.html**" AND "**file.json**" ARE __NOT UNIQUE NAMES__.
257
+
- USE ONLY EXISTING FILE EXTENSIONS: `html`, `gs`, `json`. DO NOT INVENT NEW ONES.
258
+
- DO NOT DELETE THE FILE: `appsscript.json`.
259
+
260
+
FAILURE TO COMPLY WITH THESE CONDITIONS MAY NOT ONLY RESULT IN ERROR CODES 400 OR 500
261
+
262
+
BUT ALSO RENDER THE SCRIPT FILE INACCESSIBLE. PLEASE BE ATTENTIVE.
153
263
154
264
# Important
155
265
@@ -175,6 +285,11 @@ If you have any questions and commissions for me, feel free to tell me.
175
285
176
286
# Update History
177
287
288
+
- v2.0.5 (May 12, 2024)
289
+
290
+
1. Added new methods:
291
+
- File operations: 2 methods of [deleteFile](#methods_class), [compareFilesByContent](#methods_class) and [getFileFromTemplate](#methods_class) were added.
292
+
178
293
- v2.0.4 (May 12, 2024)
179
294
180
295
1. Completely rewritten the library code based on classes.
0 commit comments