google-apps

Trigger an email when a cell is written into from another app (IFTTT)

余生长醉 提交于 2019-11-29 04:43:52
So here's what I've been working on. I'm a basketball coach and have a spreadsheet that pulls in all of my players' tweets from IFTTT.com (it basically takes the RSS feed of a twitter list and when it is updated, it updates the spreadsheet). I have been working on coding that basically says "if a player tweets an inappropriate word, email me immediately." I've got the code figured out that if I just type in an inappropriate word, it'll turn the cell red and email me. However, I have not figured out how to get the code to email me after IFTTT automatically updates the spreadsheet with tweets.

How to use the Google Email Settings API and the OAuth2 for Apps Script Library to set email signatures for users in a Google Apps domain

余生长醉 提交于 2019-11-29 02:45:15
This is my first time using the "Answer your own question" feature. I hope I'm doing this right. My Title triggered a warning that my question looks subjective and will probably be deleted. I searched the site and didn't find any questions that matched the level of detail that I put into my response below, so I'm just trying to help out some fellow programmers by posting this. As the administrator of a Google Apps domain, how do you use the Google Email Settings API with OAuth 2 to programmatically set the email signatures of users on your domain in Google Apps Script? I experienced some

How to add a Google Drive folder to “My Drive” section to other users

◇◆丶佛笑我妖孽 提交于 2019-11-29 02:44:30
I have a Google Drive herarchichal folder and subfolders structure owned by me and I want to add it to the "My Drive" section in all users in our Google Apps for Business domain automatically. How can I do this? I heard about Google Apps Script and AddToFolder function. Please, can you help me? Thanks in advance. Henrique G. Abreu This is very easy to do if each user could just access a link and authorize a script (that you build) to do the job for them (place a shared folder in their root folder). But if it's a lot of users, you are the admin of the domain, and you really want to do it all

Accessing user entered data upon submit in google forms

笑着哭i 提交于 2019-11-29 02:18:26
I have a google-form that has the following two fields: Email address: - A text box Tool: - A radio button Tool 1 Tool 2 Tool 3 The user would enter his email address and select a tool and click submit. I would like the following message to appear: Thanks for responding. An email has been sent to you to at entered email address to download selected tool . I have the following piece of code in the script editor function emailFormSubmission() { var form = FormApp.getActiveForm();//the current form var dest_id = form.getDestinationId(); //the destination spreadsheet where form responses are

Download all messages from a Google group

依然范特西╮ 提交于 2019-11-29 00:45:26
问题 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 users have created. I know that I can set up forwarding filters and have all messages archived to an email, but this doesn't help with older messages. Is there a way to download these messages from a Google group and if so, is there away in the admin API to get a list of all groups that users have

Google apps script update fusion table from spreadsheet script

不想你离开。 提交于 2019-11-29 00:42:48
I would like to create an apps script in a google docs spreadsheet that will periodically copy rows from the sheet and insert them into a fusion table. Below I've pasted my best attempt, but it should be noted that I really want it to be posting a 2 column range, not that pair of values. That is just a placeholder. This link here describes how to talk to fusion tables http://code.google.com/apis/fusiontables/docs/developers_guide.html#Inserting But I dont understand how to write the script to achieve this. I've messed around with it a bunch and I think I have these problems -I'm not forming

Getting a random error: policy_enforced on most Google Apps when using OAuth 2

牧云@^-^@ 提交于 2019-11-29 00:29:28
Since yesterday (October 2nd, 2014), there seem to be random errors when trying to access apps that use OAuth 2. There are two problems: We can't access the apps we use for our internal management. Our clients that cannot login through their Google Apps sign in. Here are the details of the error: Request Details from_login=1 response_type=code scope=email profile https://www.googleapis.com/auth/drive.file access_type=online redirect_uri=https://login.xero.com/SignIn/GoogleOAuthCallback as=-5fc43****cf15779 pli=1 client_id=1061085901692-8vaq9******vuv2d2cro0eervp04j7a.apps.googleusercontent.com

pre-register app on google play [closed]

邮差的信 提交于 2019-11-28 21:18:48
I am working on a product, and have plans to launch in next 4-5 weeks, i have read so many blogs post about a new features of google play console i.e Pre-Register-App before launch.so i am also thinking to do the same, i dig google and found many blogs, which explain what is Pre-registering , but haven't found any blog that explain, how we can do that, i even dig Google Play Developer Console any option for Pre-registering . Helping hands will be highly appreciated. Blog links 1). https://play.google.com/store/apps/details?id=com.google.android.apps.fireball&hl=en 2). http://thenextweb.com

Trouble with Google Apps Custom Domain SSL

爱⌒轻易说出口 提交于 2019-11-28 18:16:12
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 app, but am a bit of a noob at this stuff and the files I've accumulated aren't accepted by the Apps submission form. I went through the following process: openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key After filling in the cert. request information (with name www.mydomain.com), I had the two files CSR.csr and privateKey.key. I used an SSL provider CheapSSLs.com to

How do you delegate your OpenId to Google Apps

ぃ、小莉子 提交于 2019-11-28 16:00:00
I use Google Apps for my domain email, and I was wondering if I could use that account for OpenID instead of the regular Gmail account. I know I can delegate Openid to some other URL using this: <link rel="openid.server" href="http://www.myopenid.com/server" /> <link rel="openid.delegate" href="http://samruby.myopenid.com/" /> But I can't find the appropriate URLs for Google. Thanks -Mathieu Google recently (an hour or so ago) announced OpenID support for Google Apps customers. Check out the discovery protocol on Google Groups . Should be a good start. I believe the endpoint is ht tps://www