google-apps-script tag

111 questions


1 answers
44 views
0
I want to add the source settings to the Google form auto reply script.

I'm a complete script beginner.I successfully set up the following script by searching on the Internet.I'd like to add another source here.GmailApp.sendEmail(address, title, body, { from: 'email addre...

2 years ago

1 answers
43 views
0
Retrieve the number of files in the folder and use them for new file names

▽ PurposeGAS has created a script to convert Excel files into spreadsheet files.In order to serialize the spreadsheet name, I tried to retrieve the number of files in the folder and use them as file n...

2 years ago

1 answers
122 views
0
Google AppsScript Fails to Copy Large Files in GoogleDrive

If you try to use GoogleAppsScript below, you will fail in the copy section.This script copies all folder files with ID AAA to folder with ID BBB, and moves all folder files with ID AAA to the trash c...


1 answers
117 views
0
How to Verify the Google Sheets API v3 to v4 Migration

GoogleSheetsAPIv3 is out of service on March 3, 2020, and a document on how to migrate to SheetsAPIv4 has been published. How can I confirm that v4 migration is supported so that v3 will continue to w...


1 answers
45 views
0
I'd like to get elements from multiple table tags that are not waved class,id by GAS (using jQuery).

I would like to obtain (scrap) the total number of people infected with corona in each city (Yokohama City, Yamakita Town, etc.) from this corona information.https://www.pref.kanagawa.jp/docs/ga4/covi...


1 answers
76 views
0
Authentication for "deployment as a web application" within an organization

[Prerequisite] We use G Suite Business.Deploy as a Web Application is configured below.·Run the application as the next user: 自分I·Users with access to applications: 組織All members of the organization[P...


1 answers
62 views
0
I want to save the base64 image in Google Apps Script.

I would like to decode the image encoded in base64 in gas and save it in blob.However, the seventh line of Utilities.base64Decode(data); displays the error Failed to decode the string.I tried other ba...


1 answers
116 views
0
How do I get the last row of multiple sheets and put them together into a new row in an Excel VBA or Google Apps Script?

Please check the sheet below first.https://docs.google.com/spreadsheets/d/1AlwgQLEZoZz_vWz0ZqKld528ViLAl8x2nR4SZz0VoHA/edit#gid=0There is an Excel file that records the monthly inventory of each produ...


1 answers
120 views
0
Prohibit GAS Youtube Data Api Access

Hello I'd like to ask you about the error on YouTubeDataApi in GoogleAppsScript.I am writing a program on GAS that adds links to videos in spreadsheets to YouTube playlists.I got this error when I ran...


1 answers
43 views
0
How do I check Google Apps Script calls and time limits?

You have started a spreadsheet script with a time-driven trigger.There were times when the code didn't work well even though there was no problem.Google Apps Script has a limited number of calls and t...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.