Questions tagged [google-apps]

DO NOT USE ALONE.Questions should be tagged with more specific, relevant tags whenever possible. - For questions about programmatic interactions with services via [google-apps-script] or where no appropriate API tag exists, use: [google-docs] [google-sheets] [google-drive] [google-calendar] [gmail] [google-maps] - For questions regarding API usage, use [google-sheets-api] [google-docs-api] [google-maps-api] [google-calendar-api]

Google Apps is a suite of cloud-based applications and services for communication and collaboration. Organizational domains are available for Education and Business, and this tag also encompasses use of the APIs provided for management of those domains and their users' accounts.

Usage questions about any of the web applications should be posted at Web Applications Stack Exchange instead of here.

Questions should be tagged with more specific, relevant tags whenever possible.

2168 questions
332
votes
3 answers

Error: invalid_client no application name

I am using Google Apps API for my application and trying to authorize it using OAuth2. I have created a project and an application within it using the Google API console. I am using the following URL for…
user2676491
  • 3,701
  • 3
  • 17
  • 13
120
votes
13 answers

URL to compose a message in Gmail (with full Gmail interface and specified to, bcc, subject, etc.)

I found a post that provides an example for a link which opens just a compose message window. However, I would like it to open a window with the full Gmail interface but ready to compose a new message. Of course this…
robertwbradford
  • 6,181
  • 9
  • 36
  • 61
99
votes
16 answers

Where can I get Google developer key

I am working on Google API like chat, contacts and so on... I am stuck on developer_key as mentioned in gdata doc. You can get this at https://code.google.com/apis/console: 'developer_key' => '' I have already: // OAuth2 Settings, you can get these…
Neelesh
  • 1,458
  • 2
  • 13
  • 20
77
votes
10 answers

Getting Google Spreadsheet CSV into A Pandas Dataframe

I uploaded a file to Google spreadsheets (to make a publically accessible example IPython Notebook, with data) I was using the file in it's native form could be read into a Pandas Dataframe. So now I use the following code to read the spreadsheet,…
dartdog
  • 10,432
  • 21
  • 72
  • 121
69
votes
5 answers

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, I want to send an email via code. In order to…
user70192
  • 13,786
  • 51
  • 160
  • 240
45
votes
16 answers

How can I avoid google mail server asking me to log in via browser?

I am trying to send emails from Django using an email configured by Google Apps, my configuration at the settings.py file looks something like this: EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST_USER = 'contact@mydomain.com' EMAIL_HOST_PASSWORD =…
40
votes
7 answers

get value in one column in spreadsheet using google apps script

I want to get a string value to compare it later on with an if condition from only one column in a spreadsheet using Google apps script. I searched the internet and I found this link - sorry if this sounds stupid, but I am new to Google apps scripts…
Hashim Adel
  • 715
  • 3
  • 8
  • 14
39
votes
5 answers

Using MX Records to Forward Email to Another Domain

I have a domain hosted at Dreamhost -- foobar.com. It has Google Apps associated with it: the 50 free email accounts which are no longer available for a new domain. I just got another domain -- foobar.edu. I want foobar.edu to become my main…
Christopher Werby
  • 890
  • 2
  • 8
  • 15
36
votes
2 answers

Is there an alternative google-apps for mail?

Google Stops offering Google Apps for free. Are there any alternatives to link your own domain with a good mail server as Gmail? So registering mail provider with his own domain.
user1469734
  • 851
  • 14
  • 50
  • 81
35
votes
10 answers

Setting up a no-reply email address with Google Apps

I have my domain's email set up with Google Apps, and I am interested in sending automated emails (when users register, for example) with the From and/or Reply-To field being "no-reply@example.com". I have a few questions pertaining to how this is…
Matt Huggins
  • 81,398
  • 36
  • 149
  • 218
34
votes
3 answers

Correct SPF record using google apps

I am using google apps, and google is handling my email. I have created the SPF record mention in the help forum in google, but the SPF record did not pass, verified by using check-auth@verifier.port25.com and spf-test@openspf.org. After searching a…
Subho Halder
  • 1,497
  • 4
  • 16
  • 30
29
votes
4 answers

How to stop or disable Google App Engine production server?

I have uploaded google app java project to production google app engine (from this tutorial), but I can't found any information how to stop or disable the production app engine. From google developer console, I can shutdown the instance via menu…
null
  • 8,669
  • 16
  • 68
  • 98
29
votes
4 answers

Download all messages from a Google group

I'm in the process of developing a Google apps migration/archive system and at this point in development I'm trying to come up with a way to download all messages in all the groups that my domain users have created. I know that I can set up…
LexNix
  • 377
  • 1
  • 3
  • 10
28
votes
7 answers

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:
Mathieu Longtin
  • 15,922
  • 6
  • 30
  • 40
28
votes
3 answers

Trouble with Google Apps Custom Domain SSL

I'm currently inside the 30-day free trial for Google Apps for business (billing set up, so will start non-free trial soon). I'm attempting to set up SSL for a custom domain for a Google App Engine app, but am a bit of a noob at this stuff and the…
unwitting
  • 3,346
  • 2
  • 19
  • 20
1
2 3
99 100