Tagged Questions
The google-apps tag has no wiki summary.
27
votes
3answers
16k views
Send Email via C# through Google Apps account
I have a standard Google Apps account. I have setup a custom domain through Google Apps. I am able to send and receive emails successfully through Google Apps when I use the Gmail interface. However, ...
24
votes
7answers
13k views
How do you delegate your OpenId to Google Apps
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:
...
14
votes
1answer
306 views
Google Apps feed Google API
I am uploading data to Google apps programmatically. I am using the following code
MailItemEntry[] entries = new MailItemEntry[1];
entries[0] = new MailItemEntry();
entries[0].BatchData = new ...
12
votes
4answers
557 views
Is OpenID too complicated?
I'm beginning to seriously doubt the OpenID community despite that fact that it works.
I'm in the process of currently evaluating OpenID as an authentication service for 'this' site and while the ...
9
votes
4answers
1k views
How do I use OAuth within my GWT application?
How do I use OAuth within my Java GWT application?
In particular, I want to get a list of users in my Google Aps domain, using this API:
...
9
votes
5answers
894 views
Single Sign-On with Google Apps + App Engine
Is it possible to achieve SSO with the built-in OpenId on App Engine? I've been trying to integrate a Marketplace app and get the user logged in when coming from Google Apps (the admin panel or ...
8
votes
2answers
2k views
Google apps login in django
I'm developing a django app that integrates with google apps. I'd like to let the users login with their google apps accounts (accounts in google hosted domains, not google accounts) so they can ...
8
votes
6answers
2k views
Sending email through a Google Apps account is working locally, but not on my web server
Related:
Send Email via C# through Google Apps account
My question is the same so I implemented Koistya's solution as follows. The heartbreak is that it works beautifully on my dev laptop but ...
8
votes
6answers
6k views
Bug tracking that works with Google Apps?
Are there any hosted bug tracking systems that work natively with Google Apps for authentication, notification services, etc?
7
votes
5answers
284 views
is possible to build applications directly into gmail using google applications (google.com/a)?
We are looking for a CRM web application and so far salesforce.com/force.com seems the only one which allows you to build applications directly on their platform. However I was wondering if ...
7
votes
1answer
775 views
Google App Engine on Google Apps Domain
I'm having trouble getting my domain pointed to my website hosted with google app engine. Here's the background... take care to separate the concepts of "google apps" (domain hosting, email, etc.) and ...
6
votes
2answers
203 views
Use Google Apps for Site Login?
Hey all,
I'm redesigning the infrastructure for a website, and I want to make the login system use the accounts on our Google Apps. How would I be able to do something like ...
6
votes
4answers
781 views
What should i know about sending emails in a background thread? ASP.NET
I have a thread running in the background that will sleep and pull data from the database when something wakes it up. I am sending the emails using google apps using SmtpClient (code below).
I wanted ...
5
votes
1answer
150 views
List all Google Apps Profiles on PHP Site
I am trying to get a list of all Google Apps users of a domain onto a public PHP website (without visitors of the site needing to login or do anything). I have a basic understanding of what needs to ...
5
votes
4answers
496 views
Google App Engine and domain name
Here is the situation:
I own a Google Apps for Business account.
I have two domain names registered :
mycompany.com which is the principal domain
myapp.com which is another domain
Note: both ...
5
votes
2answers
204 views
Feedback on availability with Google App Engine
We've had some good experiences building an app on Google App Engine, this first app's target audience are Google Apps users, so no issues there in terms of it being hosted on Google infrastructure.
...
5
votes
2answers
3k views
Anyway to Authenticate a user using Google Apps in an Android application?
I was wondering if anyone knows of a way I can Authenticate a Google Apps User in a Android Application?
One approach I know of is to take could take their username and password in a android view, ...
4
votes
1answer
1k views
Using Google Docs and Google Spreadsheet API's for Android
I am planning on using the Google Documents List, and Google Documents Spreadsheet API's for uploading a database from my app to a spreadsheet online and then editing it.
I just wanted to know if ...
4
votes
3answers
444 views
Marketplace app + Provisioning API: check if user is admin
I'm trying to check if a user is admin of their Google Apps domain, in an app installed from the Google Apps marketplace.
I added this to manifest.xml:
<Scope id="Provisioning API">
...
4
votes
2answers
1k views
Best way to connect a spreadsheet to web database
I'm using web based database for which I need to add spreadsheet capabilities to its front end. I was thinking that I could use Google Docs Spreadsheets. Their Google App Script seems to have the ...
4
votes
2answers
413 views
Reverse proxy with google apps?
I'm using a google app engine application on my domain with google apps.
Because of China blocking google apps, I'd like to hide google apps by putting a layer between my domain and google apps.
Is ...
4
votes
1answer
2k views
Need to upload files to google docs from my application and store reference to the uploaded file
I'm working on a basic google applications based system. Like I earlier defined I'm building a simple ordering system and to each order placed I attach a file or document. I would like to be able to ...
4
votes
2answers
930 views
Errors with python-openid and Google Apps Federated Login
UPDATE
I managed to get it working although I'm not quite sure why ;) It seems like python-openid uses a POST-request to issue the openid mode=associate and for some reason Google doesn't like that. ...
4
votes
2answers
714 views
Google Apps stops sending email every few days
Every few days, google apps starts rejecting my username and password with :
SMTPAuthenticationError: (535, '5.7.1 Username and Password not accepted. Learn more at\n5.7.1 ...
4
votes
4answers
5k views
Google Apps domain as OpenID provider
How can I make my Google Apps domain to be OpenID provider. Is there any documentation, tutorial, working example something?
How to authenticate users in my own application using Google Apps domain ...
3
votes
1answer
139 views
How to skip hidden rows while iterating through Google Spreadsheet w/ Google Apps Script
I have a Google Spreadsheet with many hidden rows in it, and I want to skip them when iterating through a list of rows in the spreadsheet.
It's mainly an efficiency issue, as I'm dealing with over ...
3
votes
1answer
139 views
Merge several google analytic accounts into 1 account with several profiles
So basically i've created several new google analytic accounts (under the same google account login) that really should have been under the same analytic account.
**For Example**
I've created:
...
3
votes
1answer
492 views
Rails ActionMailer w/ Devise + Google Apps in Development Mode
I'm trying to configure ActionMailer to send mail from Devise in development mode with my Google Apps account. I've added the following to my config/environments/development.rb file, but it looks like ...
3
votes
4answers
574 views
OpenID authentication to Google Apps via Perl and Net::OpenID::Consumer fails
I asked this over on Google's support forums for Apps integration, but got zero response. Maybe somebody here can help steer me in the right direction.
I'm trying to integrate a Perl application with ...
3
votes
2answers
281 views
Strategy to Integrate .NET app and Google Apps
More of an architecture / long-term view question.
I'm in the process of putting together a service. I would like to write it in ASP.NET or MVC but I'd also like for it to integrate with the Google ...
3
votes
5answers
420 views
Google Apps macros - how do they compare to Office VBA macros?
Do any of you use the javascript macro capabilities of Google Apps, particularly for spreadsheets? How do the capabilities compare? Is there anything that Google Apps can't do that can be done with ...
3
votes
1answer
496 views
Trigger Google Maps from Android browser
I have a website designed for the android browser using jquery/jqtouch. As a part of it, i have a map page that loads. In the process of displaying my data, I found that some of my customer's ...
3
votes
1answer
489 views
How to retrieve all users in my domain
I created one domain in that domain i created nearly 500 user accounts.I want to retrieve all the users in my domain .so that i use the following coding to retrieve all the users in my domain.But in ...
3
votes
4answers
22k views
Must issue a STARTTLS command first. Sending email with Java and Google Apps
I am trying to use Bill the Lizard's code to send an email using Google Apps. I am getting this error:
Exception in thread "main" javax.mail.SendFailedException: Sending failed;
nested exception ...
3
votes
3answers
5k views
Can I use Google Apps for domain Email and still use a “sendmail” server to send emails?
I am using Google Apps for domain to host the email from my domain and I've setup the MX records on my site according to the Google documentation. Can I also use a "sendmail" server to send ...
2
votes
1answer
188 views
Simplest way to use openid as authentication for static content
I have a private website used as an intranet site for workers from around the world who have accounts with my Google Apps domain (example.com). They currently use OpenId to log in to various ...
2
votes
1answer
238 views
Problems using the goo.gl API from google apps script
I'm trying to query the goo.gl API from inside a Google Apps Script. The problem I'm seeing is the following error message:
Request failed for ...
2
votes
1answer
270 views
Integrating Google OAuth Authorization in my web-app
I am building a web-app where I need to access list of spreadsheets from Google Docs (of Google Apps)
I want to authenticate using OAuth.
How can I do it in my PHP application?
One important thing, ...
2
votes
1answer
254 views
Creating a simple Google App using ASP.NET
We are working to integrate one of our client's existing accounting system into Google App. Eventually we need to list it on Google App Marketplace.
Here is what we have already done:
Downloaded ...
2
votes
1answer
158 views
Problem sending email with From header equal to my alias of google apps account, not my self google apps account
I have an email account at Google Apps, (myaccount@mydomain.com), and for this account I created an alias(myalias@mydomain.com).
My intention is to send email through my ...
2
votes
1answer
51 views
Do the User Id properties of email aliases remain the same in Google Apps / App Engine?
It's possible to have nicknames / aliases for your email accounts in Google Apps - so if I have email ID a1@domain.com with nicknames a2 and a3, will the user_id property on App Engine differ when I ...
2
votes
0answers
316 views
LightOpenID validate() fail on Google Apps
I'm using LightOpenID to authenticate OpenID against Google Apps. I make the initial authURL() request and things are good. I call validate() and it fails. Through copious echo's, i've tracked it ...
2
votes
1answer
385 views
Rails 3 Postfix sending / receiving emails on same server using gmail
We have a rails 3 application running on vps using postfix for sending email. All emails for this domain name are hosted on Google Apps. All emails sent to domains other than the domain the app is ...
2
votes
1answer
220 views
Associating a Google App Engine custom subdomain with a user
I have an application running on GAE, and would like to allow the user to use a subdomain on their own google app domain (e.g. myapp.example.com) to host their own customized version of my app.
It's ...
2
votes
2answers
315 views
Sharing Google Analytics with Clients
We develop websites for clients and want to give them access to their site analytics.
Not all our clients have their own google accounts, and moreover we want a unified system where multiple people ...
2
votes
2answers
123 views
Using Google as a substitute of a web interface for an existing client server application
I am in researh mood and one of the tasks I have in my to do list is:
"Finalize the techonlogy to use for creating a web interface to my existing Client Server application".
My application is very ...
2
votes
1answer
153 views
AppEngine setup with custom domain + sub domains
I've purchased a domain name with GoDaddy and have some sub domains setup, ie:
www.example.com
status.example.com
store.example.com
I want to create three applications on AppEngine under a single ...
2
votes
1answer
336 views
Call a link/URL using CURL command in PHP
I want to logout using curl command from google apps account. I am using the following code but it doesn't seem to work. Where have I gone wrong ?
$ch = ...
2
votes
3answers
245 views
Django and Google Apps users authentication
I want to integrate Google Apps into my django application and I need that all Google Apps users could log in. There are plenty of solutions but all of them are meant just for one domain or a limited ...
2
votes
1answer
253 views
Using Google Apps gmail with Symfony nahomail plugin
My boss asks me to update a domain to adopt Google Apps, now everything has been done except the website is still not updated to use the Google Apps gmail server.
The website is running on Symfony ...