google-apps

Accessing the current users Google Apps Domain from within a GMail gadget

I'm working on a GMail gagdget and am trying to access the current users ComanyName / Apps-Account-DomainName / ID. It has to be some ID thats unique for all users belonging to the same Google Apps Domain, for I like to display different content to different users beeing in the same Domain / Company. Do you know if and how this is possi...

How to insert spreadsheet scripts UI service into google sites?

I create a UI in spreadsheet and need to share/use/embed it in Google site. How do I insert it? Updates: I have tried the following methods to display the apps script UI in Sites 1. added the service URL to gadget that loads iframe. 2. added the service url into a load/get jquery request in a simple html page. The only way the UI gets v...

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 universal navigation). I failed miserably, then now I found this: "The one exception to this is applications which do hybrid OpenID/OAuth — whit...

How to authenticate users into internal application with Google Apps

I am creating an application within our company that handles all our processing. This will need to implement Google Apps (we have premier). I'm having a hard time figuring out the best way to authenticate user. I need full access to ALL their information (add, delete, modify [calendars, emails, contacts[, password?]]). I'm wanting to d...

How to send email on behalf of users in Google Apps?

I'm writing an app which needs to post emails on behalf of users of our Google Apps Premier domain. I see there is a way to do this using the AppEngine Mail Service if you have the admin credentials. I want to know how to do this from a normal Java app running on say Tomcat. ...

Sending email with PHP after Google Apps

I am thinking about using Google Apps to handle email for my server. After changing MX records and pointing everything at Google, will my server still be able to send email through PHP? I run an install of OSCommerce which uses PHP to send order confirmation emails and I need to be sure that they will not be interrupted by this change. ...

Google apps / Google app engine relations

Hello, I've got a question concerning the two "products" Google provides : google apps (dedicated gmail, docs, calendar...) and google app engine (application in the cloud). If I want to develop an application inside google apps, is it necessarily on google app engine ? Or can I develop a basic webapp with wathever i want (spring, grai...

Restrict Google account logins to a specified Apps domain

How can I let users log in to my web app with their Google account, and verify that they logged in from a certain Google Apps domain? Does the hd parameter to the Google Authorization service ensure that only the selected domain can be used to login? Or can I get the logged in user's email and verify that it ends with "@domain.com"? Th...

I want to make apps for Android what other language(s) can i make them in EXCEPT java?

Possible Duplicate: Alternatives to Java for Android development? I want to make apps for Android (Mobile OS) what other language(s) can i make them in EXCEPT java? Thank you in advance ;-) ...

Can an asp.net app integrate with a Google App

Looking to drive the content displayed on my Google Apps domain by using my IIS7-based webservice. Would it be more productive to ask 'how can i drive a Google Gadget with asp.net'? ...

Setting up Google Apps

I have registered a domain (though there is no hosting yet, just name registration) and I am trying to set up google apps so that I can have email, but I cannot figure it out. Is there something I am missing? I feel like it should be easier than it is right now. ...

Google App for Business Gmail vs Classic Gmail

We are in transition to move on to Google Apps. I and also my coworkers have been using Gmail for quite some time now. We imported email our company mail accounts in our Gmail and things work smoothly. I created standard account for Google Apps for Business to give it a try before migrating to Premier Edition. But there are couple of th...

google apps marketplace workflow

what is the better google appsworkflow products in google apps marketplace workflow ? ...

How is Google Groups' db schema designed?

Hi, I can't find any schema about google groups design on top of BigTable. I read about GoogleFS and BigTable but can You forward or describe (or link schema image) how this app db shema is designed? ...

Appengine without google apps?

I was using GAE with Gapps on my domain, however it seems that ghs.google.com is unavailable in China. How can I use GAE on my domain without Gapps? Edit: A solution I'm considering is using something like a proxy. This way the firewall doesnt see google. By the way, my site is not banned because of its content, it can be acessed norma...

Reverse proxy with google apps?

Hi there, 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 there a way I can do it? ...

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 addresses, when clicked kick of the google app map, with the data sent to it. It also seems to load and run a ton faster (as well as having all ...

OAuth on a mapped Google Apps domain under GAE

Hello, Is it possible to use OAuth between an Official Google Account (gmail, etc) and an app that was mapped to a Google Apps (free) domain? (appspot.com app added to free Google Apps) What works: Google Account -> APP.appspot.com OAuth What doesn't work Google Account -> appsubdomain.APP.com OAuth (appspot mapped) EDIT: What I'm ...

Emails showing up as 7 hours late despite server time being correctly set

Our server time is set correctly but our auto emails keep showing up as 7 hours late etc.? Am I missing something? We're using Google Apps for the mail server, where we've set the default timezone to EST. ...

Rails + Google Apps - Email Sending Limit Question

Hi, Currently for sending rails emails we use google apps for our emails, but we're limited to 500 emails/account/day. I was wondering if there's any way to track how many emails we're sending, and then switch accounts if needed - as in, if we're under 500 emails for the day, use account 1, and if we've hit 500, use account 2, If we hi...