google-apps Questions

4

Solved

I have a simple script in Google Sheets which is trigger by a command in Slack and just adds the Slack message as a new row. It is quite a simple function and is deployed as a web app and does work...
Gillis asked 19/2, 2019 at 17:52

4

Solved

I am creating a workflow process in Apps Script where a Doc is generated from a template and shared with various users for approval. The Script sends a customised email notifying a user that the do...

3

Solved

We recently switched our team to Google Apps and with that, everyone got a Google Apps account . However, for those of us with a GMail account as well, this makes it so that bringing up Gmail in yo...
Maltreat asked 27/2, 2012 at 13:47

3

I have a private website used as an intranet site for workers from around the world who have accounts with my Google Apps domain (example.com). They currently use OpenId to log in to various collab...

4

Solved

I'm in the process of developing a Google apps migration/archive system and at this point in development I'm trying to come up with a way to download all messages in all the groups that my domain u...
Koniology asked 7/5, 2014 at 15:59

7

Solved

I want to get a string value to compare it later on with an if condition from only one column in a spreadsheet using Google apps script. I searched the internet and I found this link - sorry if thi...
Disassemble asked 20/2, 2013 at 22:18

4

Solved

I'm using the built-in api for scripting against Google Spreadsheets to send some booking confirmations, and currently my script breaks if someone has filled in an invalid email. I'd like it to jus...

4

Solved

I am using Google Apps for domain to host the email from my domain and I've setup the MX records on my site according to the Google documentation. Can I also use a "sendmail" server to send additio...
Scrooge asked 8/12, 2008 at 23:11

10

Solved

I uploaded a file to Google spreadsheets (to make a publically accessible example IPython Notebook, with data) I was using the file in it's native form could be read into a Pandas Dataframe. So now...
Niedersachsen asked 26/10, 2013 at 20:46

16

I am trying to send emails from Django using an email configured by Google Apps, my configuration at the settings.py file looks something like this: EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST_USER =...
Numerary asked 4/4, 2012 at 14:57

2

Google rejected Android App due to "Privacy policy link invalid or missing" We have already updated the privacy policy in app as well on web. Rejection Email Anyone has any idea why googl...

1

I'm usign Google G Suite and created an app which is manage users logins with G Suite SAML. (see. https://support.google.com/a/answer/6087519?hl=en&ref_topic=6304963#) Everything is works smo...

1

I would like to provision my SaaS application and Google Workspace (ex GSuite) using SCIM. I do not find any documentation for this. Just a list of pre-configured applications. It seems to be well ...
Payson asked 5/1, 2021 at 13:54

2

I did setup my Google Apps for Work Unlimited account to act as SAML2 Identity Provider and register my web application as Service Provider (as explained in the links below). It works great, I can ...
Scribner asked 19/1, 2016 at 17:40

3

OAuth2 is producing "Username and Password not accepted" error when try to send email with Gmail+ Nodejs+Nodemailer Code - Nodejs - Nodemailer and xoauth2 var nodemailer = require("nodemailer"); ...
Wolver asked 13/11, 2014 at 4:39

3

Solved

I need to run a Google Apps script three times a day: at 8:00, 12:30, 17:00. How to do this? I have already looked at Triggers, and more specifically Time driven: Hour timer, but Every hour, Ev...
Windtight asked 20/3, 2020 at 11:33

4

I have a blob containing an image that is remotely loaded and created in Google Drive: var response = UrlFetchApp.fetch(fileURL); var fileBlob = response.getBlob(); var folder = DriveApp.getFolder...

3

I'm creating a Twitter bot and I'm implementing a method that sends me a email if there is an error. As I'm already using the google API to access Google Drive (have no problem here), I decided to ...
Robinette asked 15/7, 2017 at 20:7

3

Solved

I'm currently inside the 30-day free trial for Google Apps for business (billing set up, so will start non-free trial soon). I'm attempting to set up SSL for a custom domain for a Google App Engine...
Formwork asked 10/7, 2013 at 11:19

6

Solved

I have a domain name which DNS is edited via Google Cloud DNS. And I have a Google Apps for Work Account with that domain name. I wanted to set up DKIM-authentication but when I try to save the co...
Whisper asked 18/4, 2016 at 7:55

2

While it was possible to use Gmail/Google Apps as an SMTP server for scripted use or in any other Apps. I started getting error messages: SMTP Error: 454 4.7.0 Too many login attempts, please try ...
Orange asked 21/1, 2016 at 10:23

5

Solved

NOTE: This question is not about finding ID of an Item (form element), but an ID of Entry. These are different things. Entry ID is a number which is used to pre-populate fields (Items) in a form UR...
Pantelegraph asked 2/9, 2017 at 18:55

2

Is there any way to hide apps on my google play developer account, like the all the apps published by the developer?
Palliasse asked 29/1, 2020 at 22:19

1

I have read similar questions such as Error type of "We're sorry, a server error occurred. Please wait a bit and try again. " and many others, but they were specific to other types of...

2

Solved

I've been reading tutorials and seeing examples for 2 days already, with no success. I want to send an email using Google Apps Gmail account in NodeJS environment, however, i get 400 response from ...
Barraza asked 15/5, 2016 at 21:29

© 2022 - 2025 — McMap. All rights reserved.