Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa0acc commit d3e04bfCopy full SHA for d3e04bf
apps-script/execute/index.js
@@ -14,7 +14,7 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
-// [START apps_script_execute]
+// [START apps_script_api_execute]
18
/**
19
* Call an Apps Script function to list the folders in the user's root
20
* Drive folder.
@@ -72,4 +72,4 @@ function callAppsScript(auth) { // eslint-disable-line no-unused-vars
72
}
73
});
74
75
-// [END apps_script_execute]
+// [END apps_script_api_execute]
0 commit comments