Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3e04bf

Browse files
authored
apps_script_api_execute
1 parent 9aa0acc commit d3e04bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps-script/execute/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
// [START apps_script_execute]
17+
// [START apps_script_api_execute]
1818
/**
1919
* Call an Apps Script function to list the folders in the user's root
2020
* Drive folder.
@@ -72,4 +72,4 @@ function callAppsScript(auth) { // eslint-disable-line no-unused-vars
7272
}
7373
});
7474
}
75-
// [END apps_script_execute]
75+
// [END apps_script_api_execute]

0 commit comments

Comments
 (0)