Google Apps is a service from Google providing independently customizable versions of several Google products under a custom domain name.
0
votes
0answers
13 views
Retrieve remaining daily sending quota gmail in php
I found in the Google Apps Scripts a method for retrieving the daily remaining quota using MailApp.getRemainingDailyQuota(). However I would like to know whether there is a similar method (REST for ...
1
vote
1answer
13 views
Is there a way to prompt the domain administrator to enable API access during authorization?
Our web application will require API access to be enabled in the Google Apps control panel to take advantage of the Directory API (Admin SDK). Is there a way to prompt the domain administrator to ...
0
votes
1answer
26 views
Is there any way to get domain users under google enterprise apps domain using OAuth 2.0?
Google Provisioning APIs use Google data protocol which requires admin userid and password. I looking for something like Google drive APIs so that I can use authority delegated service account to ...
0
votes
0answers
10 views
Different groups in Google Apps?
We use Google Apps for education for our college. Recently the admin console has been upgraded to the new look. In the new admin console, under the Groups section there is a link called "View in ...
0
votes
1answer
41 views
Howto download file from Drive API using Python script
I'm working on simple script in Python which could download and export all files from Google Apps domain Drive Service. I was able to create Drive session using service account and I'm getting JSON ...
0
votes
1answer
38 views
Display Spreadsheet data in Sites with Html Service
I displaying
What I want to do with similar to this tutorial but instead of using UI Services to display the table, I would like to use HTML Services. Someone from this question mentioned that you ...
0
votes
1answer
13 views
Google apps: tracking user email or name changes
I'm working on application, which uses google apps API. In my application google domain's admin can add users from domain and do some manipulation with them. This parts works well.
But google apps ...
0
votes
1answer
30 views
Are the new Admin API scopes are supported in Google Apps Marketplace
We are using Provisioning API's(Readonly Scope) in Google Marketplace. We want to move to new Directory API's as they the older API's are getting deprecated. I couldn't find anywhere whether these new ...
0
votes
0answers
31 views
Google Admin SDK android oauth scope
for old version of API's we could of used "apps" as an oauth scope on android devices to do not have scary user popups in the application.
Does anybody knows if there is new scope for Admin SDK? or ...
0
votes
1answer
26 views
downgrade Google Apps from business to free edition
I did it before but now i can't find the downgrade link, There was a link to downgrade to the standard free edition if the users are less than 10.
Is there anyway to downgrade or to subscribe ...
0
votes
1answer
20 views
Determine Whether User is Group Member
Background
Our corporate users have a Google Apps account. We would like to allow them (and only them) to log in to an extranet using the Google account. Ideally we would also like to manage ...
0
votes
1answer
37 views
Google Apps Python provisioning API & OAuth mess
I'm trying to provision (among other things) groups for our Google Apps domain, using python. I'm also attempting to using OAuth to authorise my application. The API documentation for Python seems to ...
0
votes
1answer
38 views
Can't upload file to Google Drive from service account
I am trying to upload a file to google drive using google service account.
Driver Service
public static Drive getDriveService(String secretKeyFile) throws GeneralSecurityException,
IOException, ...
0
votes
2answers
54 views
Iterate a function through several rows in a Google Spreadsheet
Here is the script I have written. It puts a time stamp at the end of the row whenever that row is edited.
function setDate() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet ...
0
votes
2answers
34 views
Creating multiple users and changing password using Google Apps Script
Currently the GAS UserManager service method contains a method to create a single user? Is there any way to create multiple users at once other than running the createUser method in a loop. I would ...
1
vote
2answers
57 views
restrict a user to download the app from google play if android version is older
How to restrict a user to download the app from google play(google app store) if user's android version(SDK) is lower then a specific version. I am using Titanium to develop the app.
Detail: I have ...
0
votes
1answer
19 views
Cannot dynamically update UI Grid Class Google Apps Script
I've been trying to get my UIAPP grid to dynamically add objects based on a button insert button but cannot seem to do so. I don't know why this isn't working. Any help would be greatly appreciated.
...
0
votes
1answer
51 views
Why can't my server send outgoing email?
I've been having a lot of trouble trying to configure my server so I can send emails through PHP. I've read all the tutorials I can find but nothing seems very clear and it all assumes you have ...
0
votes
1answer
9 views
Can I configure “allow posting by mail” through google setting API?
How I configure "allow posting by mail" through google setting API?
the only configuration I found is:
"whoCanPostMessage": "ALL_IN_DOMAIN_CAN_POST",
Thanks
0
votes
1answer
40 views
Google Apps Admin Settings API - 401
I'm trying to get the Organization name for a Google Apps domain. For this, I'm using the Google Apps Admin Settings API. I saw that it required 3-Legged OAuth. I try to implement OAuth 2.0 because ...
0
votes
1answer
39 views
calendarApp createEvent added event on wrong day
Here is my code:
function calEvent(){
var arrivalDate = "06/10/2013";
var departureDate = "06/18/2013";
var start = new Date(arrivalDate);
var end = new Date(departureDate);
var cal = ...
0
votes
1answer
32 views
Java - Check if user is domain admin of google apps domain
I want to know if he given user is admin of google apps domain or not. getting a list of domain admins will also do.
userService.isUserAdmin() gives user admin of google app engine which I don't ...
0
votes
1answer
24 views
Google Apps - IMAP usage auditing
Google Apps (Business Edition) - IMAP Active users?
I am trying to determine if there is a way to generate a report of users who are actively using IMAP to access a Google Apps (Business Edition) ...
1
vote
1answer
35 views
How do I get a Google Drive App's Open URL?
I am hoping to programatically open a drive file with a particular app using the Google drive APIs.
The aim is to mimic the GUI drive method of launching an app using the "Open With" context menu ...
-1
votes
1answer
36 views
Users have no access to application
I'm building an application in Google Apps Script. I'm authenticating the domain users by checking if their logonid is permitted to use the application.
I developed it and when I entered the testing ...
0
votes
1answer
59 views
Google Spreadsheet App issue
I am trying to implement a spreadsheet app using Google app scripts. But I have several issue that does not mach my requirements. I have looked in to these issues and was unsuccessful to find answers ...
2
votes
1answer
39 views
Granting domain-wide authority to a service account
Docs suggest that the addition of service accounts to a GApps' 3rd party oauth access list has to be done manually by domain admins:
...
0
votes
3answers
73 views
How can I get read-only access to the Google Apps Profiles API?
I have an application which wants to provide customization for users once they log in. Simple things like displaying a profile image and job title. This information is available in the Google Apps ...
0
votes
1answer
22 views
Backup Google Business data
I try to find an easy way to back up all data (Emails, Documents, Contacts) of all Google accounts business of my company. Is there a simple solution without using the password of users to create a ...
2
votes
3answers
211 views
How to get Google profile info including custom fields from an Apps Domain user?
Using the user.profile and user.email scope and the /oauth2/v2/userinfo feed doesn't seem to return any custom fields (in my case Department) or phone numbers. These fields show up in the Domain ...
0
votes
1answer
18 views
HOW TO modify a google spreadsheet from collaborators that aren't editors?
I have a master and a client google spreadsheet
Client is a copy of the master
I only can access in master ss, my collaborator only in the client ss. My collaborator can edit the client ss; then ...
0
votes
1answer
82 views
Google App Script GMailApp send email and group them in Conversation
I'm quite new to Google App Script and playing around with GmailApp.sendEmail.
When I try to send several Email with the same subjects, how can I make them grouped in one single Conversation (given ...
0
votes
2answers
97 views
Google Apps on a subdomain with CNAME, how to setup MX records?
I've mapped a Google App Engine application using "Google Apps for your domain" on one subdomain (say "app.mydomain.com" ) and I've done that with a CNAME record in the DNS settings for mydomain.com.
...
0
votes
2answers
22 views
What happens to an individual .edu Google Apps account that is taken over by a Google Apps for Education migration?
I currently use my @.edu email address as a Google Apps login, and I have a Google Plus account, Google Docs, a Youtube account, Google Finance, and many other Google Apps products tied to that @.edu ...
-1
votes
0answers
66 views
setup email sender no-reply@customdomain.com on google app engine [closed]
I simply need google app engine to send emails from "no-reply@customdomain.com".
I've created a "free one user google apps account". (setting up a domain alias on my other google apps account wasn't ...
0
votes
1answer
10 views
Is there a way to integrate with Google apps to read/write the text in the open document?
We want to have a web app that communicates with Google docs and when the user clicks a button in our web app, it can query Google docs to find what is presently selected in the editor and replace ...
0
votes
1answer
35 views
How to extract contacts from University Gmail? [closed]
My University recently converted its email to use Gmail. It's pretty great considering I can start typing anyone's name or email address, and the text field gives me suggestions and autocomplete ...
-1
votes
0answers
39 views
I'm the Google Apps domain admin. How can i add all my domain's mailboxes to context.io? [closed]
I'm the Google Apps domain admin. I need to add all my domain users mailboxes to Context.IO
Can I do it using a script?
0
votes
1answer
30 views
Password expiration in Google Apps
Is it possible, with Google Provisioning API, to set an expiration date to the password?
Or to check when the password was set?
<apps:login userName="NewUserName"
...
0
votes
1answer
49 views
How to restrict access to domain alias email alias
I have one Google Apps account that I setup with bob@A.com
I have two companies A & B.
I have two associated domain names A.com & B.com
I have google app engine up and running for A.com.
...
0
votes
2answers
25 views
Set web address managed with Google apps to redirect to an external website
I have a domain (email, calendar etc.) that is managed with Google Apps.
I want that when user accesses the naked domain name (i.e. mydomain.com or www.mydomain.com), it should redirect to a website ...
-2
votes
3answers
239 views
VLookup Alternatives (Google Spreadsheets)
I am trying to do a vlookup but its just not going to cut the mustard. There is no way I can alphabetize the first column in my list...
What I am wondering is there any alternatives or combinations ...
0
votes
1answer
77 views
Google Apps SAML SSO with deflated response from IDP
Does Google Apps - Single Sign On(SSO) supports *DEFLATE Encoding
* ? I am using an IDP that encodes the SAML response after deflating it. When this response is submitted to Google-Apps it does not ...
0
votes
2answers
63 views
Getting user's name from email in Google Apps Domain?
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 ...
0
votes
0answers
34 views
Google Apps Forces SSL on my domain
My domain www.uvotam.com hosted at godaddy.com and connected to my google apps account so I can use it with my appengine account, uvotam.appspot.com. automatically redirects to a secure connection but ...
0
votes
1answer
36 views
Error to get the code in google calendar api
I'm using the php client library in google calendar app.To get the access token it asks for the username and password then allow access option. I wanna the process in one step.For this I used the ...
0
votes
0answers
38 views
Google Apps script unexpected behavior
When I develop a Google Apps script, there are some unexpected behavior, Please read below description and kindly advise. Thanks.
Description:
Developer shared a Google site to User A and User B, ...
0
votes
1answer
43 views
heroku mailer with google apps telling me to sign in via web browser
I setup google apps and heroku to send mail. I sent the first mail from within my app and everything is great. Then, I changed the email on my google apps account (from matt@website.com to ...
0
votes
1answer
49 views
Google App for bussines + OpenId + GoogleAPIs in Java GAE
I'm finding a lot of problems trying to develop a google app to place in the market, with OpenID and accesing some google apis like G+ from the backserver on GAE
I have applications running using ...
1
vote
2answers
71 views
Is there a way to force GMail/Google Apps SMTP server to not store sent messages?
Perhaps a special command or message header in order to be able to tell Google to not store a message sent using their SMTP server in the respective user's Sent mailbox.


