google-apps

Google App Engine + Custom domain

℡╲_俬逩灬. 提交于 2019-11-30 22:07:02
I was trying to map a custom domain name to site I have created in Google App Engine. However, the custom domain is not getting applied to the site. Below are the steps that I have performed after checking Google Help Sites and stackoverflow answers. 1. Created / Uploaded Google App Engine Site http://myGoogleSite.appspot.com/ 2. Purchased a domain name mydomain.com 3. Created a CNAME Record with my domain name provider Name: www Value: ghs.google.com 4. Created a Google apps account https://www.google.com/a/mydomain.com 5. Verified domain name in Google apps account 6. Enabled services for

NodeMailer - send mail with Google service account fails because “Username and Password not accepted”

会有一股神秘感。 提交于 2019-11-30 20:52:27
I'm creating a Twitter bot and I'm implementing a method that sends me a email if there is an error. As I'm already using the google API to access Google Drive (have no problem here), I decided to use the service account to send the email (Google console says it could be used that way) The method I've come up to send the email so far is: var config = require('./config/mail'); var google = require('./config/google'); var nodemailer = require('nodemailer'); var send = function (args) { let transporter = nodemailer.createTransport({ 'service': 'gmail', 'auth': { 'type': 'OAuth2', 'user': google

Is an API available for the new Google sheets (spreadsheets)?

社会主义新天地 提交于 2019-11-30 17:38:13
问题 With the introduction of the new version of the Google sheets (spreadsheets), the Gdata API no longer work. (see https://support.google.com/drive/answer/3543688) Are there new APIs available for the new Google sheets or will Gdata be updated to support the new Sheets? Or are there any workarounds? This is currently breaking our production code which programmatically reads contents from Google Sheets using the gdata API. Please help! 回答1: It appears that Google has finally updated their Gdata

Access Google-apps public spreadsheet via Javascript

北慕城南 提交于 2019-11-30 07:33:48
Spent a bunch of time looking at this.. It seems that what little info there was about accessing a Google-apps spreadsheet is not very well maintained.. At Google IO this year there was an announcement of enhanced Google-apps script. Including UI elements.. That got me to thinking of creating a widget based on data in Google spreadsheets, no data writing just a simple reading/look up and display calculations.. Then I realized the UI feature was only available for Premier account.. Not a huge deal at only $50/yr and some free trial time up front. It seems that the ui feature may be somewhat

Connecting domain to google app engine without google apps

巧了我就是萌 提交于 2019-11-30 07:26:05
Actualy, It's a couple of questions: Is it possible to somehow avoid registering google apps if I just want to connect google app engine applications to non-naked domain (www.example.com for example:) If described above is impossible, than do I have a right to register Google Apps Education Edition. And how can I proof that I'm non-profit if I'm not US resident? If I need to connect a couple of domains to a couple of google app instances must I use a couple of google appss as well? Here is a couple of answers: No, Google App Engine uses Google Apps to manage domains. See the Deploying your

Download all messages from a Google group

隐身守侯 提交于 2019-11-30 03:04:47
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 forwarding filters and have all messages archived to an email, but this doesn't help with older messages. Is there a way to download these messages from a Google group and if so, is there away in the admin API to get a list of all groups that users have created? If you don't mind using #bash, you may try a tool I wrote https://github.com/icy/google-group

Read all mails from gmail api using oauth

冷暖自知 提交于 2019-11-29 19:41:21
问题 Is there any method to read all mails ie:read and unread both from gmail Api using oauth the following link returns only new mails https://gmail.google.com/gmail/feed/atom So i want all Emails to be retrieved Please help me 回答1: On June 25, 2014 Google released new Gmail API that can be used to easily gather messages, threads, labels and more from Gmail accounts. Service is OAuth 2 protected. They provide nice client libraries for Python, .NET and Java and wonderful documentation for those

Send mail with CDO through Google Apps gives transport error: CDO.Message.1 error '80040213'

依然范特西╮ 提交于 2019-11-29 17:37:56
I'm trying to send an contact enquiry email from a legacy classic asp script using a Google Apps account as the SMTP server. The code I have to test this is as follows: Dim ObjSendMail Set ObjSendMail = CreateObject("CDO.Message") 'This section provides the configuration information for the remote SMTP server. ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'Send the message using the network (SMTP over the network). ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") ="mail.thedomain.com"

Requested client not authorized

房东的猫 提交于 2019-11-29 17:11:42
I am trying to get google users from my domain using google service account . But it throws error Error:"access_denied", Description:"Requested client not authorized.", Uri:"" My code X509Certificate2 certificate = new X509Certificate2(key_path, "notasecret", X509KeyStorageFlags.Exportable); ServiceAccountCredential credential = new ServiceAccountCredential( new ServiceAccountCredential.Initializer("publickey.gserviceaccount.com") { Scopes = scopes, User = "admin@domain.com" }.FromCertificate(certificate)); var service = new DirectoryService(new BaseClientService.Initializer() {

authorize google calendar api works on personal account but not on google domain account

萝らか妹 提交于 2019-11-29 12:38:40
I need to make a Java application that stores calendar events in employees within a Google Domain. I created the application based on a sample I found on http://code.google.com/p/google-api-java-client/wiki/APIs#Calendar_API Now I wanted to make it work on an account from the google domain and suddenly I'm stuck. I changed the client_secrets.json file with a new one. generated on code.google.com/apis/console for an installed application and now I get a invalid client error: ex = (com.google.api.client.auth.oauth2.TokenResponseException) com.google.api.client.auth.oauth2.TokenResponseException: