We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d1fef commit a92fcffCopy full SHA for a92fcff
1 file changed
apps-script/quickstart/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_quickstart]
+// [START apps_script_api_quickstart]
18
const fs = require('fs');
19
const readline = require('readline');
20
const {google} = require('googleapis');
@@ -113,4 +113,4 @@ function callAppsScript(auth) {
113
});
114
115
}
116
-// [END apps_script_quickstart]
+// [END apps_script_api_quickstart]
0 commit comments