google-apps-script Questions
0
I am trying to generate a JWT token for appstore connect APIs with ES256 algorithm.
I have managed to call the APIs using python code JWT Token with below code.
from datetime import datetime, timed...
Insolent asked 8/12, 2023 at 2:26
6
In my script, I am reading data from a Spreadsheet and creating a time based trigger to make a POST request with some of that data at a specific time.
The problem is, I can't find any way to pass ...
Breakwater asked 21/9, 2015 at 14:22
6
Is it possible to apply the 'Automatic' number format programmatically through GAS? My issue is that as I write columns of numbers, Sheets seems to attempt to apply appropriate formatting, but gets...
Lemmuela asked 26/6, 2016 at 20:5
1
Solved
I've used the "Populate a team vacation calendar" sample at https://developers.google.com/apps-script/samples/automations/vacation-calendar to build an Apps Script to pull all Out Of Offi...
Maurice asked 30/11, 2023 at 17:27
3
Solved
How do I filter out Gmail messages that DO NOT have attachments?
Here is the documentation I'm trying to follow.
I can see that in order to include messages with attachments, I use the following ...
Mcdonald asked 28/11, 2019 at 6:32
2
I m in trouble using some filter in appscript.
I can see that the spreasheet is filtering, but programaticaly i don't see any changes.
Could you help ?
Thanks
var sheet = SpreadsheetApp.getActi...
Setser asked 28/8, 2019 at 17:31
5
I get this error "Service Spreadsheets timed out while accessing document with id ..." every time I run a very simple code, in which I am basically copying data from one google sheet to a...
Heliotropism asked 26/10, 2020 at 10:28
1
Solved
We have some apps scripts system on goole sheets. Free g accounts, mostly scripts are bound. Several users.
Currently want to read users data for some logs.
I hope Session.getActiveUser() method ca...
Dun asked 27/10, 2023 at 17:23
2
Solved
Is it possible to include parameters in a URL referencing a shared Google Sheet?
A typical URL will look like this:
https://docs.google.com/spreadsheets/d/1c-sxi4cwZXUXTHJSU-Nzl1lAwPCs123l46UKQgAB...
Surefire asked 25/4, 2016 at 17:51
5
Solved
So I have encountered a problem in the application I am writing using google spreadsheets and app-script. I have put together a step by step guid to reproduce it.
Summary:
any script that uses Spr...
Scleroprotein asked 18/8, 2015 at 16:31
1
G Suite users have recently gained access to an integrated Gmail interface. In this interface, Google Chat's rooms now have their own Tasks integration
Has anyone found resources for accessing and ...
Impromptu asked 17/8, 2020 at 17:2
22
Solved
I've written a custom Google Apps Script that will receive an id and fetch information from a web service (a price).
I use this script in a spreadsheet, and it works just fine. My problem is that ...
Surfbird asked 27/6, 2013 at 11:1
9
Solved
I created some Google Calendar events and now I would like to do some operations on them programmatically.
Trouble is I don't have their IDs.
When I go into the calendar and click on the event, ...
Ranket asked 24/9, 2015 at 7:9
2
Is it possible to prevent a user from pasting in cells that have drop-down options based on data validation?
While it could be a convenience, when one cell (with data validation) is copied and pas...
Threedimensional asked 21/9, 2017 at 21:30
3
I am using the GOOGLEFINANCE() function in google sheets to get an exchange rate for expenses I am entering in for accounting.
The issue is that sometimes I get an #N/A error with the message
W...
Bourguiba asked 21/5, 2015 at 17:31
7
Solved
I'm using google scripts to deploy a web app. I've done about 5-10 in the same account. When I try and run the web app/script, I'm now getting: a "Google Drive: Page not found" in the title and the...
Engedi asked 31/10, 2017 at 22:6
3
I'm working on a Google Sheets script that I'm only intending to access data in the same spreadsheet that the .gs file is associated with. It seems like I should have permission to run a script in ...
Alvarado asked 28/1, 2018 at 1:22
3
Solved
If I have the event ID of a Google Calendar event, for example:
[email protected]
How can I construct a URL to view the event details in the Google Calendar interface?
For example, if I ...
Fireback asked 26/12, 2018 at 6:6
4
Solved
In excel you can create user defined functions with python using pyxll. I have been moving to Google spreadsheets and using their Google app script, but the libraries are so much bigger and better ...
Mensuration asked 8/4, 2014 at 2:25
5
Solved
I implement library with Google App Script and I have some difficulties to call a function from library using google.script.run.
Here is the code of my Library :
Code.gs
function ShowSideBar() ...
Bouton asked 22/2, 2018 at 13:42
3
Solved
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 o...
Beals asked 21/1, 2020 at 16:51
2
Solved
Would there be a way to export comments from Google Docs so that the comments show up in a Google Sheets doc in one column and the highlighted text from the Google Doc shows up in the column next t...
Slim asked 8/2, 2021 at 14:23
5
My company is switching from Microsoft Office to Google Docs, I have this (several) code I want to use in Google Spreadsheets but I have no idea on how to do that.
Consider this sample of code:
P...
Vinyl asked 16/9, 2014 at 19:42
2
So, I would like that when I send an email via a Google Form (now it is possible to embed the whole form automatically in the message - I usually do this) the email of the recipient would already b...
Hautrhin asked 3/10, 2016 at 12:52
4
Solved
I have published an app script publicly (Anyone, even anonymous) with a doPost method as follow,
function doPost(e){
var sheet = SpreadsheetApp.getActiveSheet();
var length = e.contentLength;
v...
Nyhagen asked 4/7, 2017 at 15:57
© 2022 - 2024 — McMap. All rights reserved.