Questions tagged [google-apps-for-education]

Google Apps for Education is a free suite of hosted email and collaboration applications exclusively for schools and universities.

77 questions
15
votes
1 answer

Batching operations in Google Apps Admin Java API

I have written a Java app that synchronises Google Groups on our Google Apps for Education domain (similar in function to Google Apps School Directory Sync, but customised for some of our specific needs). The synchronisation works, but it is slow…
Philip
  • 3,689
  • 3
  • 24
  • 35
9
votes
4 answers

How to remove Warning "This application was created by another user, not by Google" in Google Apps for Education

We set up a Google Apps Script-based Intranet in our organization, which benefits from Google Apps for Education. We've been using for months: doGet() HtmlService.createTemplate(...) Publish > Deploy as Web App and setting: "Execute the app as:"…
8
votes
2 answers

Sharing a Google Drive file without sending notification email

I am using Google Drive Java API. I need to copy a file from one Google domain to another, so my approach is the following: authenticate with source domain service account share file with user in destination domain authenticate with destination…
momo
  • 3,404
  • 6
  • 37
  • 66
5
votes
0 answers

Google Apps Script: check the referring URL of the request (standalone web app)

I'd like to perform a check on the referring URL of a (standalone, anonymous) Google Apps Script, and take some action if the referring URL is one of two known "good" URLs. Is there a way to do this? The best I've come up with so far involves…
Jimadine
  • 998
  • 13
  • 26
4
votes
2 answers

How do I define a policy value for a Chrome extension using the managed storage API?

I have written a Chrome extension that uses the managed storage API to allow Google Apps administrators to configure its "options" via a policy name and value. When I install the extension I see a new section at chrome://policy for the extension…
4
votes
3 answers

Google Apps Script: Multiple recipients in GmailApp?

Can I email multiple recipients through GmailApp.sendEmail()? I've tried storing the recipient addresses as an array, but it doesn't seem to send any of them. Thanks!
Finn Smith
  • 772
  • 2
  • 7
  • 21
3
votes
1 answer

D&D style random chance outcomes with if/then statements on button click - teacher trying to make activity for classes

I'm a high school teacher trying to make an activity for my students around a personal finance unit. I have to give you a bit of exposition for my question to make sense, as the only training I've had in script writing is what I've learned on my own…
3
votes
1 answer

Office365/Azure AD with G Suite as SAML Identity Provider

I am trying to follow articles https://msdn.microsoft.com/en-us/library/azure/dn641269.aspx https://support.google.com/a/answer/6363817?hl=en for domain school.edu When I open a private browsing window and go to login.microsoftonline.com and…
3
votes
2 answers

Setting the client name for an Authorized API client in Google

I have developed a few small apps that connect to our google domain. However each time I have to authorize one of these apps I need to add a different Authorized API client by using it's "Client Name". Is there a way to set this client name to…
3
votes
1 answer

Google Doc onopen have menu show up for specific user

Is it possible with Google Apps Script to either A. Have a custom menu show up only for specific users? or B. Only allow specific users to click on a menu item. I'd like to use the get active user command and try to bounce that off of a specific…
2
votes
0 answers

How to enable script editor of Docs, etc. in Google for Education accounts

I made an error -- I tried to use the code in a Google Sheets file, not Google docs. It works in a new Google Doc file I created. This Request can be CLOSED. Thank you. *****original request is below****** Although the exact text of a Google doc…
2
votes
1 answer

Cannot make Gmail contextual gadget work - 2015 API version

I am currently working on a Gmail Contextual Gadget for a non-profit organization. We followed the official Google tutorials on https://developers.google.com/gmail/contextual_gadgets with the goal of building a Hello World app. We did the…
2
votes
3 answers

Checking existing user using google apps script

I am making a Google apps script on a spreadsheet that creates users on a domain submitted from a registeration form powered by Google forms, creating a user was easy using this method UserManager.createUser(username, firstname, lastname,password);…
1
vote
1 answer

google form- export individual question scores to sheets

I am trying to get the scores for each question from a graded google quiz in to the corresponding sheet. There will be open ended questions that will need to be hand graded on a 1-3 point scale and the answers will vary greatly. I want to be able to…
1
vote
0 answers

Easy way to sort "bids" of 400 students?

I am a high school teacher in need of help with a student sorting problem. Every 6 weeks students receive 100 "tokens" to bid on ~30 different projects. They bid via a Google Form that asks them to "spend" their tokens based on interest. This…
1
2 3 4 5 6