google-apps-script tag

111 questions


1 answers
48 views
0
Can't you create a Japanese name folder in GAS?

When creating folders in GAS, if the folder name is Alphabet, it will be created correctly, but if it is in kanji or hiragana, it may or may not be created.Even if it is not created, the child folder ...

2 years ago

1 answers
40 views
0
Google Scripts Get Server Errors

[Situation]From around last week, the script that was available until now suddenly disappeared when I opened the spreadsheet.[Error Contents]When I opened the script editor and asked them to run the t...

2 years ago

1 answers
39 views
0
Regarding Google Apps Script taking a long time to process doPost, doPost is called again

When Google Apps Script takes time to process doPost, doPost was called again (after 2 minutes), so I tried to prevent it from re-entering with LockService getUserLock and getScriptLock, but I could g...

2 years ago

1 answers
86 views
0
Authorization Error in Mailing

When I copied the code to send Gmail from the GAS code that I was able to execute before, I encountered a transmission error.The code is as follows:function send_mail(){ var recipient='recipient@examp...


1 answers
42 views
0
I want to go to the Thanks page after submit on Google form.

▼PurposeI would like to use Google form embedded in the inquiry page on the homepage, but I would like to transfer to a specific page (thanks page) after submit to measure the number of inquiries comp...

2 years ago

1 answers
38 views
0
When trying to get the value of the drop-down list to be created in gas, the error Uncaught TypeError: Cannot read property 'selectedIndex' of undefined appears.

We are currently using Google apps script to create a code that reflects the value of the post form created in index.html in the Google spreadsheet.If you try to retrieve the selected value from the d...


1 answers
42 views
0
How to embed HTML Service in other sites with iframe

Create a template HTML in Google Apps Script and display it in doGet.Is it possible to specify the URL of the script in iframe and view it from other sites?index.html <html><body> <? va...

2 years ago

1 answers
97 views
0
Cookies are exchanged via GET/POST communication and login processing

I am using Google apps script.I am logging in to a site.


1 answers
40 views
0
I want to make multiple copies of Google forms.

There is something I would like you to tell me something.I was an amateur at all, and I looked into this and that for a few days, but I didn't understand.If anyone knows, I would like to ask for your ...

2 years ago

1 answers
81 views
0
HtmlService.getUserAgent() is not available in V8 runtime of GAS

V8 runtime is now available on the GAS.https://developers.google.com/apps-script/guides/v8-runtime?hl=jaHowever, when calling the HtmlService.getUserAgent() function, the legacy Rhino engine returned ...

« - 10 - »

© 2024 OneMinuteCode. All rights reserved.