google-apps

User management for custom application built on google apps

Hi guys, I'm modifying our collaboration system so it can be listed on google applications. A small issue I'm facing is the registering of user details. By default whenever someone logs into their google Apps account they pretty much are logged into the application. For every action taken by a registered login in user I store the user ...

Need to upload files to google docs from my application and store reference to the uploaded file...

Hi guys - 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 set it such that whatever file I upload is uploaded into google docs and I somehow am able to maintain a reference to that file fr...

google apps is setup on my server, how do i get php mail() to use it?

Hi, I've got google apps setup on my server with all the correct MX records etc, now i want to start testing it. I want to use it for all automated emails (registration, lost password etc). I'm testing on a localhost. ...

Advice needed on best and most efficient practices with developing google apps application...

Hi guys , I'm getting my feet wet with developing my order management applications for integration with google apps. However there are certain aspects I need to take into consideration prior to proceeding any further. My application is such that it would upload documents to google documents and store contacts in google contacts. It requ...

is it foolish to use gmail with PHPMailer?

Soon I'll be launching my new site and i was planning on using gmail as the email server for things like registration and lost password. I'll be using google apps (free version) so I can have [email protected]. Besides the 500/day limit are there any other potential problems with using gmail for this service? ...

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 "google app engine" (website framework). I have a domain that's using Google Apps for Your Domain, let's call it company.com. So my login...

Interacting with google docs after logging into my google market apps - how

Hi guys I have a google apps account set up and even set up a simple hello world application from the available samples on the tutorial however I need to set it so I am able to interact with the google docs account associated with the account which has added my application. To interact with google docs I am aware that a token is reques...

Uploading to google Docs - Unknown authorization header Error 401 - PLease Help

Hi guys I'm trying to upload a document to google docs but I'm getting an error namely an Unknown authorization header Error 401 to be exact.. I'm developing for google apps marketplace here - my code for uploading is: $client = getGoogleClient(); $docs = new Zend_Gdata_Docs($client); uploadDocument($docs, true, $FILES['file']['name...

"enable google sync" stays unchecked after saving/reloading

Does anybody know how to activate the google mobile sync in standard edition? Every time i try to save the checked "enable google sync" checkbox, the checkbox is unchecked again after reloading... Is there another way for doing this? I cant use my calendar, contacts, email on my iphone - very nasty!!! Thanks! ...

Opening Gmail's Compose page opens up in the whole page - need to open in an iframe how!

Hi guys - I would like to open up the compose page for gmail in an iframe on my google app based application. I have a simple modal window set up which has an iframe set up and I wish to open up teh gmail compose page within it. The link I use is: https://mail.google.com/a/YOUR-DOMAIN-HERE/?view=cm&fs=1&tf=1&source=mailto ...

How do I maintain a constant reference to an email on Gmail while access a copy of it from my Google App application?

Hi guys, I'm working on shifting my local web application to google apps. I have an account already for google apps for business and right now I need to work on the functionality of interacting with email. Let me give a synopsis - my web app currently was set up that a cron job would download all emails from a set mailbox into a databas...

Login via Google Apps

How can I authenticate my users via our their Google Apps account. I also need access to their email. I've read Oauth is needed but I have no idea if that is correct. I'm using PHP. ...

Openid for google apps domain

Hi I'm new to this openId concept.How to create URL for google app domain. That URL should directs to my domain's login page. This should be done with the help of OpenId concept.Please Help me. Regards, Sharun. ...

Openid for apps domain

Hi I'm new to openId concepts. I want to use my google apps domain's user-name & password in third party websites for that i followed this link http://jeremiahlee.com/blog/2009/09/28/how-to-setup-openid-with-google-apps/. But i got struck on second step i dont know where and how to create openId file in server.Please Help on this issue ...

Unable to login using OpenID for google apps using vanity URL

Unable to login using OpenID for google apps using vanity URL I keep getting the following error whenever I use ajatus.co.in/openid as the openid url: The Allow Access screen appears but followed by this error Unable to log in with your OpenID provider: The OpenID Provider issued an assertion for an Identifier whose disc...

How to Integrate SharePoint 2007/2010 and Google Apps?

Hello All, My (smaller) company has an existing Google Apps Deployment, used for E-Mail / Calendar, etc. I'm looking into a SharePoint setup (2010 most likely). One of the best features is that new events are added to one's Outlook Calendar, e-mails can be sent automatically, etc. Naturally, this works best out-of-the-box with Exchange...

Google App Engine authorization with Google Apps Domain

I have successfully followed the examples to gain an AuthSub token to authorize my GAE application to have access to the user's Google Calendar. I have added the domain parameter to the method gdata.auth.generate_auth_sub_url so that the application is authenticated against a Google Apps Domain user. The app is then installed in one of...

How to find time spent per user per application in Google Apps?

Is it possible to obtain some kind of statistics on which user spent how much time on which application when they log into Google Apps? Applications example would be gmail/sites/talk etc., ...

How do I get a permanent long term authentication token for google apps application?

Hi guys I'm working on my google apps application - currently I've build the authentication upon the example available at google namely this url The problem is that the session seems to time out and that everytime I am logged into my google apps account and go to my application I need to authenticate again and go through the screen whe...

Google AppEngine with Silverlight client using Google Login

I'd like to use Google AppEngine with Silverlight client. I'm hoping to use the Google login authentication mechanism within the Silverlight client. Is this possible? Does anyone have any example sites where a RIA client used in conjunction with Google AppEngine security? Thanks. ...