Skip to main content

Questions tagged [google-workspace]

Use for questions about Google workspace, a paid solution by Google for all work place needs. Use in addition to the product in question(eg:[gmail],[google-sheets],[google-apps-script])

-3 votes
0 answers
18 views

To know my previous Google form responses [closed]

I just filled out a Google form on 8th July but I am not sure whether I submitted that form or not. I want to confirm that it was submitted or not. How can I check my previous responses? I have tried ...
0 votes
0 answers
13 views

Service invoked too many times: Calendar error [closed]

Service called too many times: Calendar error occurred I couldn't upload the schedule to Google Calendar. Which service is over-allocated and causes an alarm like this Please check how we can solve it ...
-1 votes
0 answers
18 views

Google Apps Script Mail Merge not working with Trigger [closed]

I have this Google Apps Script that I have modified and added and removed things over the months, I am trying to run "sendEmails" automatically but I keep getting this error (shown below, ...
0 votes
0 answers
28 views

Google Form to assign tasks [closed]

I've created a Google Form for submission requests. I've added the Performflow add-on to email a group to approve the task submission. The issue I'm having is that performflow allows the entire ...
-1 votes
1 answer
25 views

Can't see who answered questionnaire. email addresses not populated

I created a questionnaire in google forms. I required email address be collected. when I went to look at the responses, it shows the responses but no names or email addresses are attached even with a ...
-1 votes
0 answers
29 views

API Quota limit 250 Query

I want to know API limit of 250 per user per second means 250 is concerned to the developer account of company or 250 is the limit to user's email that we integrate like we are x company and we have a,...
-1 votes
0 answers
11 views

Emails being blocked when combining aliases with Default Routing and a catchall address with Routing

I have set up a number of custom routing rules that allow users in our primary domain to receive emails via a custom alias at their secondary domain. This has been done through Default Routing as ...
0 votes
1 answer
27 views

How to access rules in content compliance in gmail setting , google workspace admin console , "PROGRAMMATICALLY"

I need to programmatically access the content compliance rules set in the Gmail settings from the Google Workspace Admin Console. Could you please advise if there is an available API or any other ...
0 votes
1 answer
39 views

Gmail api sent mails having header Received: from named unknown and being marked as spam

Mails that I am sending to the gmail api end point have the following header which marks them as dangerous(I've tested sending mails manually with the exact same content and this is the only ...
-3 votes
1 answer
39 views

Which user account’s authorizations are used by a calendar sync function?

I think the title is self-explanatory, but here are some options I can think of: the account of the calendar owner The account of the user who created the calendar event
0 votes
1 answer
69 views

How does the execution happen when a Google Apps Script is run as a webapp?

I'm trying to understand how an Google Apps Script deployment actually work, and my question has two parts: When an Apps Script is run as a web application, and multiple users access it using the ...
1 vote
1 answer
26 views

"Invalid deployment ID" error while setting configuration of Google Chat API

I am trying to create a google chat app but I am getting "Invalid deployment ID" error I am trying to create a google chat app and publishing using the instructions written in https://...
-2 votes
0 answers
39 views

accessing google drive folders in google script [closed]

I have links to google drive folders in my google script but when my users go to click on them it says that they don't have access. The problem I am having is that I did give them access and it still ...
0 votes
1 answer
58 views

Send mail function is not working, it gives no authorization to send mail. But the authorization is there and it sends email on test email function

function onEdit(e) { try { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getActiveSheet(); if (sheet.getName() === "To Do List" && e.range....
-1 votes
0 answers
60 views

Splitting a phrase across cells

UPDATED: Here are my requirements: i want to input a phrase along the lines of: X_X_X_X_X_X_X_X_X_X in column D i want the app scripts to run so that when i input this in the column DR from row 3 ...

15 30 50 per page
1
2 3 4 5
135