google-apps-script

Google Suite - Apps Script - Download Slides as PNG files via API

人盡茶涼 提交于 2020-11-30 00:17:15
问题 Good Morning All. I have written a short script which batch-creates [single page] Google Slides based on rows from a spreadsheet. While in the loop for each creation, I would like to create a PNG of the Slide in Google Drive (or download on the user's desktop). These pictures should be the same specs as if a user clicked File>Download>PNG - the heavy small text requires full projector HD - so I don't believe I can use the "Thumbnail" function which appears limited to 1600 pixels. My code

Google Sheet - Exception: Request failed for https://script.google.com returned code 500

断了今生、忘了曾经 提交于 2020-11-30 00:16:43
问题 There is an error on my sheet when I press the HIDE ROWS or SHOW ROWS button. The button works for multiple sheets as you can see on the codes below. I do have a main sheet DB_CONNECT wherein the buttons are located, then multiple sheets like MTB_Q1, MTB_Q2 and so on.. wherein it has a protected range or sheet and wherein the script that I'm using should work. This is the error: Exception: Request failed for https://script.google.com returned code 500. Truncated server response: <meta name=

Google Sheet - Exception: Request failed for https://script.google.com returned code 500

无人久伴 提交于 2020-11-30 00:14:57
问题 There is an error on my sheet when I press the HIDE ROWS or SHOW ROWS button. The button works for multiple sheets as you can see on the codes below. I do have a main sheet DB_CONNECT wherein the buttons are located, then multiple sheets like MTB_Q1, MTB_Q2 and so on.. wherein it has a protected range or sheet and wherein the script that I'm using should work. This is the error: Exception: Request failed for https://script.google.com returned code 500. Truncated server response: <meta name=

Google Sheet - Exception: Request failed for https://script.google.com returned code 500

。_饼干妹妹 提交于 2020-11-30 00:12:12
问题 There is an error on my sheet when I press the HIDE ROWS or SHOW ROWS button. The button works for multiple sheets as you can see on the codes below. I do have a main sheet DB_CONNECT wherein the buttons are located, then multiple sheets like MTB_Q1, MTB_Q2 and so on.. wherein it has a protected range or sheet and wherein the script that I'm using should work. This is the error: Exception: Request failed for https://script.google.com returned code 500. Truncated server response: <meta name=

Google Suite - Apps Script - Download Slides as PNG files via API

别说谁变了你拦得住时间么 提交于 2020-11-30 00:11:30
问题 Good Morning All. I have written a short script which batch-creates [single page] Google Slides based on rows from a spreadsheet. While in the loop for each creation, I would like to create a PNG of the Slide in Google Drive (or download on the user's desktop). These pictures should be the same specs as if a user clicked File>Download>PNG - the heavy small text requires full projector HD - so I don't believe I can use the "Thumbnail" function which appears limited to 1600 pixels. My code

Google Sheet - Exception: Request failed for https://script.google.com returned code 500

守給你的承諾、 提交于 2020-11-30 00:11:22
问题 There is an error on my sheet when I press the HIDE ROWS or SHOW ROWS button. The button works for multiple sheets as you can see on the codes below. I do have a main sheet DB_CONNECT wherein the buttons are located, then multiple sheets like MTB_Q1, MTB_Q2 and so on.. wherein it has a protected range or sheet and wherein the script that I'm using should work. This is the error: Exception: Request failed for https://script.google.com returned code 500. Truncated server response: <meta name=

Google Suite - Apps Script - Download Slides as PNG files via API

人走茶凉 提交于 2020-11-30 00:09:38
问题 Good Morning All. I have written a short script which batch-creates [single page] Google Slides based on rows from a spreadsheet. While in the loop for each creation, I would like to create a PNG of the Slide in Google Drive (or download on the user's desktop). These pictures should be the same specs as if a user clicked File>Download>PNG - the heavy small text requires full projector HD - so I don't believe I can use the "Thumbnail" function which appears limited to 1600 pixels. My code

Why does this regex used in findText gobble up the entire text as if it is greedy?

一笑奈何 提交于 2020-11-29 23:58:31
问题 I can't for the life of me figure out why this regex is gobbling up the whole line in Google Docs. When I run this I can't get it to return just {{ClientName}} Here is my text from my document. {{ClientName}} would like to have a {{Product}} {{done/created}}. The purpose of this {{Product}} is to {{ProductPurpose}}. We have experience with such testing and development, and will develop and test the {{Product}} for {{ClientName}}. function searchAndFind () { var foundText = DocumentApp

Why does this regex used in findText gobble up the entire text as if it is greedy?

霸气de小男生 提交于 2020-11-29 23:56:38
问题 I can't for the life of me figure out why this regex is gobbling up the whole line in Google Docs. When I run this I can't get it to return just {{ClientName}} Here is my text from my document. {{ClientName}} would like to have a {{Product}} {{done/created}}. The purpose of this {{Product}} is to {{ProductPurpose}}. We have experience with such testing and development, and will develop and test the {{Product}} for {{ClientName}}. function searchAndFind () { var foundText = DocumentApp

Why does this regex used in findText gobble up the entire text as if it is greedy?

廉价感情. 提交于 2020-11-29 23:56:27
问题 I can't for the life of me figure out why this regex is gobbling up the whole line in Google Docs. When I run this I can't get it to return just {{ClientName}} Here is my text from my document. {{ClientName}} would like to have a {{Product}} {{done/created}}. The purpose of this {{Product}} is to {{ProductPurpose}}. We have experience with such testing and development, and will develop and test the {{Product}} for {{ClientName}}. function searchAndFind () { var foundText = DocumentApp