google-apps

Moving from IMAP gmail to Google Apps for domain

Hi, I've got a gmail account that I use to check my IMAP mail from my domain right now and its working OK. I want to move to using google apps for my domain so i dont have to setup accounts etc using my hosting company. Can I do that with my existing google account or do I have to loose my gmail and get a brand new account etc setup aga...

Google Video API

I am building a training tool for a client. They require a secure streaming server. I want to use Google Video (as part of Google Apps for Business) but I cannot find any information about the API. Can anyone help? ...

What is the unique ID (identifier) for a Google GData ContactEntry object?

Is there a unique identifier for the Google GData ContactEntry object? Basically, if there are two entries with names "Andy Lim" for example, we need to distinguish the entries and what is the identifier that can be used. Also, if we copy the contactentry to contacts folder in another google account, will the identifier stays the same, o...

How can we create our own google lab feature?

is it possible and how ? can any one share the URL that can help to create new google lab feature.. ...

Smtp Config in asp.Net

Hai, I have developed small asp.net application.i send mail through this application.so my web config file have following coding <network host="smtp.gmail.com" port="587" userName="[email protected]" password="*****" /> </smtp> </mailSettings> we have google apps.we don't have mail server. i try to sent mail,i get...

Possible to tie Google API Key with a Google Apps account?

I am trying to get an API key for Google AJAX Feed API's. However, it will only let me login with my Gmail (Google account), and I don't see any way to login with the Google Apps account here. Couldn't find anything related on Google or Lycos. So is it possible to tie the AJAX Feed API key (which I believe will let me access other APIs ...

how to query a particular user in data store of google apps

I have done the sample guestbook project at http://code.google.com/appengine/docs/java/gettingstarted/usingdatastore.html in this project instead of displaying all the comments to a user I want to display only the comments posted by the current user. for that I query the datastore with where condition for user. But an error is throwing...

Google Apps Account Form won't pre-populate URL query string in iframe

I can not get pre-population to work on an embedded form... If I use the regular url... it works... https://spreadsheets.google.com/a/DOMAIN.org/viewform?hl=en&amp;formkey=12345&amp;entry_3=John&amp;entry_4=Doe but for a google apps account on an embedded form - does not work Loading... Form appears in the webpage, but the additiona...

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 to know if there is anything i be aware of? I plan to send only one email at a time (a registration or forgot password email). I am a litt...

How to get a single GoogleCalendar CalendarEventEntry by its ID ?

Hi there, I'm trying to retrieve a single CalendarEventEntry from a Google Calendar by the event ID but I can't find the way to do it. It seems that the API doesn't provide a method for this, though it suggests to make a query to the feed calendar using Query. The drawback of this is that the ID is not one of the parameters considered....

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 promises are great, I just can't get it to work. And I'm really lost. I ask of the SO community to help me out here. Give me answers and show...

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. When I patched python-openid to use a GET-request instead everything worked fine. I'll continue my investigation and update this post when ...

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 that coding i displayed only first 100 users.And also it display total user entries 100.I dont know what problem in this coding. import co...

Anyway to Authenticate a user using Google Apps in an Android application?

Hi, 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, and use the clientLogin interface (http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html). However I was wondering if th...

Using oauth for google apps for domain standard?

I'm trying to use oauth for the gdata python api with our google apps for domain standard edition users. I can't figure out how to get the secret key because it is not listed in the management console. Is this not possible for google apps standard? ...

Google apps login in django

Hello world, 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 access their docs, calendar, and whatnot. In order to do it, I downloaded and started using django_openid_auth (and thus, python-...

Accept all smtp from specific ip for google apps

I just signed up for google apps a week or so ago and so far I'm liking it. I have a bit of a situation that I can't figure out on my own however. I want to be able to use google's smtp for my web sites that are hosted on a server I have co-located at my local ISP. Unfortunately I can't use smtp authentication as the apps I'm using do...

Extending Google Apps?

i am wondering if its possible to extend google apps? eg. change the functionality of certain functions. eg. add ability to have nested categories for calendars. maybe add ms office's smart art like functions to google docs etc. oh something i think might be simpler is creating a onenote like app with google docs? having tabs, tab group...

Javascript document.domain clarification

I have a domain foo.com on server bar. I have a subdomain api.foo.com which has a CNAME entry pointing to ghs.google.com (as the subdomain is being used by Google Apps). I am trying to make jQuery.get() calls from search.foo.com to api.foo.com. The calls all seem to go through properly, and the callback function is executed each time, b...

Building a very custom application upon google applications and enterprise - CAN it be done?

Hi guys - I think I haven't been able to define my question properly. I've been doing a bit of reading on google applications and the idea of integrating their applications such to form a complete product. Especially after reading case studies of small companies shifting to google and 'customising' google applications. Basically I have ...