google-apps

GoogleApps java client information

蹲街弑〆低调 提交于 2019-12-23 02:59:14
问题 I am in a way of writing the java client on GoogleApps for managing the users and groups.I previously worked on the provisioning api and which is now deprecated. As from the info, Admin Sdk's directory api need to be used. I went to the links that were given but i couldnt find any sample client to start working on the directory api. Please guide me on to get the info or a sample client to start with Thanks 回答1: You are right. There is no (Admin SDK) Directory API sample to follow (list of API

send email on Google App Engine from custom domain

流过昼夜 提交于 2019-12-23 02:40:31
问题 What I have done: I have added my domain app.mydomain.com to my app engine project, and can successfully visit id.appspot.com using app.mydomain.com. I have registered mydomain.com on google app for business. The problem: The problem is -- I am NOT able to send emails using @mydomain.com address. If I register an info@mydomain.com as an developer, this will probably solve the problem, but we need to send from more than one address, and I don't think registering a new developer for each

How to restrict access to GAE Flexible site only for GSuite account?

☆樱花仙子☆ 提交于 2019-12-23 02:01:28
问题 How to restrict access to GAE Flexible site only for all account from my domain in GSuite and eventually other Google accounts that I provide explicitely. AFAIR there where something simillar in Standard GAE version in app.yaml handlers section. So my scenario: prodution versions restricted until go-live dev and stage version restricted permanently I would like to do this on the IAM level, to reject traffic to the site. But I didn't found anything in docs. 回答1: Ok, after rethink the problem

OAuth 2.0 for Installed Applications - where do I get a redirect_uri

Deadly 提交于 2019-12-23 01:55:21
问题 I'm working through the instructions to use OAuth2 to get access to Gmail in an installed (Windows) application, on the page https://developers.google.com/identity/protocols/OAuth2InstalledApp. It all seems straightforward until I get to the part about "making a token request". One of the parameters to the POST I have to do is redirect_uri, which it says is "The redirect URI you obtained from the Developers Console." I have obtained my ClientID and ClientSecret from the Developers Console,

OAuth 2.0 for Installed Applications - where do I get a redirect_uri

佐手、 提交于 2019-12-23 01:55:12
问题 I'm working through the instructions to use OAuth2 to get access to Gmail in an installed (Windows) application, on the page https://developers.google.com/identity/protocols/OAuth2InstalledApp. It all seems straightforward until I get to the part about "making a token request". One of the parameters to the POST I have to do is redirect_uri, which it says is "The redirect URI you obtained from the Developers Console." I have obtained my ClientID and ClientSecret from the Developers Console,

Use variable value from .gs file in custom HTML sidebar

穿精又带淫゛_ 提交于 2019-12-23 01:27:11
问题 I have a google sheet where I have scripted a custom sidebar. Within the sidebar, I want to display the value of column I within the active row. I've managed to work out the script to store the variable 'I' when the sidebar is opened: var hotelName = "" function openSidebar() { var html = HtmlService.createHtmlOutputFromFile('index'); SpreadsheetApp.getUi().showSidebar(html); var ss=SpreadsheetApp.getActiveSpreadsheet(); var s=ss.getSheetByName("Contract Registry Document"); var row=s

Rails ActionMailer w/ Devise + Google Apps in Development Mode

ぃ、小莉子 提交于 2019-12-22 08:11:46
问题 I'm trying to configure ActionMailer to send mail from Devise in development mode with my Google Apps account. I've added the following to my config/environments/development.rb file, but it looks like mail is not being sent. Note: this is for Google Apps, not Gmail (but the Gmail servers should work -- they do in my mail client). Anything jump out as strange in my config? config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :enable_starttls_auto => true,

On Google Forms, can i set a default on a radio button?

牧云@^-^@ 提交于 2019-12-22 05:18:14
问题 I am trying to figure out if I can make one of the radio button choices a default, but is not possible on Google Forms? https://www.google.com/forms/about/ Is is not possible even with the Google app script? 回答1: You could use the option to pre-fill a form and set up the defaults you wish - leaving other fields blank. Then share the link to that pre-filled form rather than the original. You can do this either using the menu options from the form editor, or by constructing a formResponse in

Can not post Google Apps Marketplace Listing Review Request for API Project

你离开我真会死。 提交于 2019-12-22 05:05:05
问题 My requirement is to enable OAuth 2.0 for an existing OAuth 1.0 application in Google Apps Marketplace . I have created new Google project in the console and created a listing for it. And now I need to submit Google Apps Marketplace Listing Review Request . As it is an API project that uses only Google Apps Marketplace SDK so I can not make a review request for my app listing. As I don't have any APIs listed in the required section the request submission failed. The app and listing is tested

Why do emails sent with Gmail from an alias not appear in the sent items?

心不动则不痛 提交于 2019-12-21 20:33:21
问题 I have an email address set up on a certain domain, and I have added an alias email address in my Google Apps account set up on another domain. I've also added that alias on the second domain to "Send mail as" to be able to send emails from that email address. Problem is that when I send emails from that alias, they don't appear in the sent items. Why is this? How can I resolve it? 回答1: i just figured it out and it now works, even previously sent mails from an alias via gmail also appear in