Google Apps is a service from Google providing independently customizable versions of several Google products under a custom domain name.
3
votes
0answers
216 views
Service Account and PyDrive
I would like to use the Google Drive API to store some backups on it using a cronjob. I just don't understand how I can use PyDrive using a Service Account. When I generate the service account file, ...
3
votes
0answers
447 views
How do I point multiple domain names at a single Google App Engine application?
Let GAE = Google App Engine, GA = Google Apps. Let's also say that I have one GAE account with one app, 'exampleapp.appspot.com' and one GA account successfully associated with name 'example1.com', ...
2
votes
0answers
51 views
Google Apps Provisioning
I am trying to provision users to Google using Admin SDK API via standalone C# code.
As of now, I am able to search, create & update user in Google however attribute which I am able to push to ...
2
votes
0answers
80 views
Open gmail compose in new window using javascript with option to close
I know that I can open gmail compose in new window using http://mail.google.com/mail/?view=cm&fs=1, but I want it to be exactly same as gmail compose when we click compose button to open it. I am ...
2
votes
0answers
72 views
Is the launch web_url in the manifest ever used for a Google Apps Marketplace app?
A Google Apps Marketplace app is now published via the Chrome Web Store. You can specify a URL as part of the Marketplace SDK (universal navigation) and as a launch web_url in the Chrome store ...
2
votes
0answers
75 views
How to create an account on Google Apps to use Google Apps Extensions Console?
I am asking this question because the information on tutorials is terribly vague for a novice. Concretely, I am trying to put up an extractor to use in Gmail Contextual App. Here is where it gets ...
2
votes
0answers
166 views
Manage google apps script execution failure notifications for triggers
Is it possible to manage faiure notification for triggers in gogle apps script via script code? I know that it is possible from gogle apps script console, but I want to remove notification via ...
2
votes
0answers
1k views
“Daily Limit for Unauthenticated Use Exceeded” while downloading Google Document
I'm developing application that have PHP front-end and java back-end and should authorize user from the front-end to access his Google Drive offline. Application should store Google access token and ...
2
votes
0answers
212 views
Get All Users in Google Apps Domain After Installing App from Google Apps Marketplace
My client is a SAAS software provider. He has an app available in the Google Apps Marketplace. The customer may add the Marketplace app to his domain. The Marketplace listing provides us with a ...
2
votes
0answers
168 views
Phonenumber from Google Contacts API 3
I'm developing and application in javascript. I need to get my gmail contacts and their phone numbers.
I have tried the "Sample - Oauth Contacts" from ...
2
votes
0answers
403 views
Filter events in Google Calendar by date
How can I filter the events by start date and end date.
Example: start 03/15/2013, ending 03/20/2013;
I want to show all dates of these events, including those that began before and ending during or ...
2
votes
0answers
227 views
Open ID with Google and dotnetopenauth - Passing query string
I have some code that uses Google Apps as an Open ID provider to authenticate to my web application that is based on the example https://developers.google.com/google-apps/marketplace/tutorial_dotnet.
...
1
vote
0answers
28 views
Localizing Google Drive App Icon
I'm attempting to localize a google drive app that is hosted in the Google Chrome WebStore. I have localized the app name and description, but would like to localize the app icon as well. I've looked ...
1
vote
0answers
57 views
How to programmatically find email associated to a google email (Google Drive)
Can anyone offer some advice as to how this challenge can be overcome??
Scenario
A Google account can have multiple email address associated with. e.g [email protected] can be an email address associated ...
1
vote
0answers
34 views
Google Script API - XML responce to Google Spreadsheet
Im using UrlFetchApp.fetch to get an API data base of contacts, the response is an unformatted XML. I want to create a spreadsheet using this data Eg, Names(Column A), Company(Column B) etc.
The ...
1
vote
0answers
47 views
Using Google Apps Script as a private API
If I publish a Google Apps Script as a public website, I can use it like any other API, sending XHR request to the Google service is not a problem (http://stackoverflow.com/a/14915184/840315):
...
1
vote
0answers
103 views
How can I run google apps script deployed as web app from Java servlet?
I created a GAS and deployed it as google web app.
it is available with https://script.google.com/macros/s/..../exec URL.
Now I want to run it from Java servlet.
I created application in ...
1
vote
0answers
164 views
Whitelisting all the Google JDBC Service IP addresses in CPanel
I am trying to connect a Google Docs extension to a MySQL database via JDBC Service. The MySQL database is running on a shared server that requires using CPanel. CPanel only lets me add one whitelist ...
1
vote
0answers
86 views
Invalid signature error with UpgradeableApp API
I am trying to run a code that would allow me to migrate Google Apps Marketplace to upgrade my apps to use OAuth 2.0 authentication for subscribed domains.
Unfortunately, I receive the following error ...
1
vote
0answers
44 views
UpgradeAPI for Google Apps MarketPlace from OAuth 1.0 to OAuth 2.0
I am having an application listed on Google apps marketplace for Calendar Integration. As it was OAuth 1.0 but now I am migrating my application to OAuth 2.0. We have some steps specified on ...
1
vote
0answers
74 views
Is a real user account required for Admin SDK impersonation?
In my application I am listing all the users in a Google Apps domain. I have a Service Account that I use to authenticate my application. So far so good.
Before listing the users, I need to provide a ...
1
vote
0answers
184 views
Something wrong with google-play-store visibility algorithm or idea
based on this video, i change my app title, keywords etc...but still can't get the app in play store search list https://play.google.com/store/... how to be discoverable if you just published a new ...
1
vote
0answers
37 views
XmlHttpRequest status 0 on google NEW sheets format
I am trying to get data from a NEW google sheet (the new version of sheets). For that i have the following javascript code:
function loadData() {
//OLD google sheets
//var url = ...
1
vote
0answers
22 views
Find the domains on which google gadget is installed
I have a developed a Google gadget which has been running for two years. However it uses OAuth 1.0. Now I am trying to upgrade it to OAuth 2.0 by following this:
...
1
vote
0answers
31 views
Undocumented field - CUSTOMER added to Googler Groups Member Resource 'type'
Is this a recent change or has it always been there? We noticed today that when a domain has the 'everyone in the company' option selected, the membership resource comes back with a type of ...
1
vote
0answers
37 views
Cannot Retrieve Collaborators for Google Sites
I'm finding that I'm unable to retrieve the Owners, Editors and Viewers for Google Sites within a particular Google Apps domain. The functions simply returns empty in both Apps Script (getOwners, ...
1
vote
0answers
107 views
Google API - How do I get alias emails for a user?
Question
Using Google Apps OAuth for authentication, how can I retrieve a user's email aliases?
I can't seem to find any API docs on how to do this. What are the necessary scopes and what is the ...
1
vote
0answers
184 views
How do I access the Google Apps Email Settings API using the google-api-ruby-client?
I want to be able to access these APIs: https://developers.google.com/admin-sdk/email-settings/. I attempted to look at the discovered_apis and I have no clue which one I need to use in order to ...
1
vote
0answers
142 views
one click single sign on google market place
I have published an application that can be installed from Google market place(only admin can install) once the domain admin installed the app domains users should be able to login to app without ...
1
vote
0answers
105 views
Google Script error -> Invalid email:[email protected]
all... new member here...
I manage several Google Apps domains for an EDU. Google sends various email notices about user activities, including suspicious login activities. These notices, are not sent ...
1
vote
0answers
175 views
Speedy meetings for the entire organization?
Is is possible to set the default setting for all users to have speedy meetings enabled? This setting changes meetings to last 50 minutes versus an hour. I've set it up on my own account, but would ...
1
vote
0answers
77 views
Sending an email via Google Groups
We has successfully managed to send emails from a java web application via the Google Apps SMTP server. That of course means that we need to add a paying user to the Google Apps as you need a ...
1
vote
0answers
141 views
Uploading images to Google App Engine using a standalone Java application
I'm writing a simple, no UI (hence no .jsp/.html files), console based Java application to read image file paths from a file and upload the images to my sample photo feed application on Google App ...
1
vote
0answers
81 views
cfmail is not working with google app if there are more than one address
currently we moved our mail server. We are using Google App. I made changes in ColdFusion admin; mail server: 'aspmx.l.google.com' and port: 25 .
If I am using following code; its working fine.
...
1
vote
0answers
77 views
Google Apps API w/PHP and Domain OAuth Credentials
Trying to create a function that manages Google Calendar items via PHP for a Google Apps account. Cannot use web client OAuth, all authentication must be server to server.
I did the following in the ...
1
vote
0answers
68 views
Sends mail message to senders mail box by mistake
I am sending two emails. A receipt to the customer and a receipt for the webshop owner.
The E-mail messages are generate and saved into a database with sender and recipient email addresses.
The pull ...
1
vote
0answers
236 views
Google Apps - The remote server returned an error: (401) Unauthorized
I am trying to get files from gdrive(google docs), but it returning the error The remote server returned an error: (401) Unauthorized.The same error returning for Google Calendar also. I tried both ...
1
vote
0answers
72 views
What are best practices for managing and verifying application-level roles in a Google Apps application?
What are best practices for maintaining roles (e.g., a user-provisioning role) in a Web application that uses OAuth 2.0 authentication against a Google App domain? These are roles that are tied to a ...
1
vote
0answers
53 views
Using the Google ChromeosDevices API - “Bad Request” error
I am currently trying to get a list of chrome devices for a given user that has authorized my application to have access to the device meta data. I have formatted my request as this page suggests:
...
1
vote
0answers
2k views
Unable to update app: Cannot get the System Java Compiler. Please use a JDK, not a JRE. GAE
i am trying to upload a GAE java project to google app engine . when i run the command from my command line
sudo ./appcfg.sh update ...
1
vote
0answers
121 views
Google Email Migration API v2: Not possible to migrate directly to All Mail Archive in Gmail?
I'm testing out the newly announced Google Email Migration API v2. I haven't found any way to migrate an email message directly to the "All Mail" folder (archived in Gmail). In other words, to not put ...
1
vote
0answers
113 views
The account I used to create API Keys is gone. Transfer the key to another account?
My company uses Google Apps-For-Domains, but syncs it with Microsoft Active Director.
My application used Google API keys/creds generated for a user in our AD. The keys/creds are fine, but the other ...
1
vote
0answers
195 views
openid4java I/O Transport Error using Google OpenID and restricting to Google Apps
I'm using openid4java and Google as my OpenID federation. However, I would like to restrict the login to a specific Google App domain.
I'm currently the endpoint:
...
1
vote
0answers
221 views
Using Google Apps Sync with Outlook 2007/2010 and iPads/iPhones
A little background: We use Google Apps for business and are having issues with some users inadvertently becoming meeting owners or moving meeting locations or times on accident.
Every user in my ...
1
vote
0answers
60 views
How to add the inline image in javax.mail?
In my project i want to send the mail with one inline image How can i set the inline image in googleapp.any one help me .In my Project i am using java and googleapp
1
vote
0answers
45 views
Google Apps Validators
I have troubles with the validator. The validation works fine, the problem is that when the validation is not complete I would like that a message appears to tell the user that you have to add data.
...
1
vote
0answers
167 views
Questions on implementing Google OpenID on a certain Google Apps domain
I'm trying to implement a Google OpenID login
I have the following questions:
Where can I get the value of the variable openidurl in the line
IAuthenticationRequest request = ...
1
vote
0answers
912 views
accessing other users calendar in google apps by super admin
As we know Super administrators also have full access to all users' calendars and calendar event details.
I found these API's
https://developers.google.com/google-apps/calendar/v3/reference/ which ...
1
vote
0answers
291 views
Best domain hosting for Google App Engine / Google Apps?
Any thoughts on the current "best" domain host for Google App Engine / Google Apps?
My criteria:
nice, usable UI (i.e., not GoDaddy)
support for wildcard CNAME (also not GoDaddy), to interop with ...
1
vote
0answers
324 views
Google apps gem for Omniauth 1.0
I wish to use somedomainname with Omnniauth along with Devise. Thus i will have to use google-apps gem.
In the Wiki, it is mentioned that the gem has not been updated for OmniAuth 1.0
Is there any ...