google-apps

Accessing user entered data upon submit in google forms

无人久伴 提交于 2019-12-28 13:55:14
问题 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

Use Sheet Name as a Loop Parameter

我的梦境 提交于 2019-12-25 18:58:28
问题 DESCRIPTION: I have a spreadsheet I call 'Applications' which is a schedule of services provided to clients and the dates these services were provided. I also have another spreadsheet called 'Daily Activity' in which I'm trying to create a summary costs and services provided for each client. The Daily Activity Spreadsheet has a tab for each client and the tabname for each client is a code which identifies the client in the Applications spreadsheet. I need to collect the number of services

Use Sheet Name as a Loop Parameter

允我心安 提交于 2019-12-25 18:58:11
问题 DESCRIPTION: I have a spreadsheet I call 'Applications' which is a schedule of services provided to clients and the dates these services were provided. I also have another spreadsheet called 'Daily Activity' in which I'm trying to create a summary costs and services provided for each client. The Daily Activity Spreadsheet has a tab for each client and the tabname for each client is a code which identifies the client in the Applications spreadsheet. I need to collect the number of services

Google Apps Marketplace API customerLicense with OAuth2

雨燕双飞 提交于 2019-12-25 10:56:20
问题 We are migrating our Google Apps Marketplace Apps to OAuth2 authentication. We have figured out some of difference in migration process such as replace OAuth1 two-legged authentication with Service Account OAuth2 strategy to impersonate domain and perform some background task. In our current OAuth1 apps we have some queries to customerLicense service to check if some domain removed our App from Marketplace. I have seen this is not possible to do with OAuth2 by the moment. Is there any Service

Google Apps Marketplace API customerLicense with OAuth2

不想你离开。 提交于 2019-12-25 10:54:11
问题 We are migrating our Google Apps Marketplace Apps to OAuth2 authentication. We have figured out some of difference in migration process such as replace OAuth1 two-legged authentication with Service Account OAuth2 strategy to impersonate domain and perform some background task. In our current OAuth1 apps we have some queries to customerLicense service to check if some domain removed our App from Marketplace. I have seen this is not possible to do with OAuth2 by the moment. Is there any Service

App Engine (On Google Apps) Custom Domain can't remove

孤街醉人 提交于 2019-12-25 08:59:25
问题 I got the error when I click 'delete' for deleting Web address We are unable to process your request at this time. Please try again later. (Error #1000) and I got this error when I try to delete google app engine from Google Apps You do not have the permissions necessary to uninstall this application. 回答1: Today problem gone after I email to support and post this issue =) 来源: https://stackoverflow.com/questions/29832052/app-engine-on-google-apps-custom-domain-cant-remove

Embedding onFormSubmit Triggers for multiple Google forms that I generate with Script

吃可爱长大的小学妹 提交于 2019-12-25 05:16:07
问题 I have a script for creating multiple Google forms. within each Google form, I want to create an onFormSubmit trigger to post the responses to a selected spreadsheet. Using installable triggers but the trigger doesn't seem to get embedded into the forms I create. The code as follows: for(i = 0; i<arrayOfArrays.length; i++) { var form = FormApp.create("Name"); form.setTitle('Blah blah'); form.addTextItem(); // my questions function writeToSpreadsheet() { var formResponses = form.getResponses()

Requested scopes not allowed

痞子三分冷 提交于 2019-12-25 04:34:24
问题 I'm trying to fetch a user from Google Directory API with the following request: Collection<String> SCOPES = Arrays.asList("https://www.googleapis.com/auth/admin.directory.user.readonly", "https://www.googleapis.com/auth/admin.directory.user"); URL url = getClass().getResource("privatekey.p12"); GoogleCredential credential = new GoogleCredential.Builder() .setJsonFactory(request.getJsonFactory()) .setServiceAccountId("foobar.com") .setServiceAccountScopes(SCOPES) .setTransport(new

Getting user's name from email in Google Apps Domain?

廉价感情. 提交于 2019-12-25 04:15:37
问题 I have an email from a Google Apps domain. I can see a list of all users in a domain by going into google apps' Contacts page, under 'Domain'. If I wanted to get their full name from that email, how would I go about doing so? I've tried using ContactsApp to no avail. I also can't use UserManager in the domain tools as I don't have access to the admin tools. Any ideas on how I could go about this? 回答1: Your question is similar to Google Script How do I getGivenName() of getActiveUser(),

Gmail. Any way to retrieve emails sent to my Gmail Apps domain email that bounced? [closed]

大城市里の小女人 提交于 2019-12-25 03:16:47
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I have a @mydomain.com and via Gmail Google Apps for business. It was down for 2 days so I did not receive emails that bounced from clients. Is there anyway to get those messages now that the email is back up? 回答1: The answer to this would completely depend on why the emails were bounced. For example, if your MX