google-apps

Google App Engine and domain name

本秂侑毒 提交于 2020-01-10 08:24:24
问题 Here is the situation: I own a Google Apps for Business account. I have two domain names registered : mycompany.com which is the principal domain myapp.com which is another domain Note: both domains are validated and active. I'm working on a Google App Engine web application and I want it to be accessible via myapp.com or www.myapp.com . What I've done so far : I've added the GAE web application as a service in my Google Apps account. I've tried to change the url but myapp.com does'nt appear

pre-register app on google play [closed]

感情迁移 提交于 2020-01-09 19:04:33
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I am working on a product, and have plans to launch in next 4-5 weeks, i have read so many blogs post about a new features of google play console i.e Pre-Register-App before launch.so i am also thinking to do the same, i dig google and found many blogs, which explain what is Pre-registering , but haven't found

How to get Google profile info including custom fields from an Apps Domain user?

倾然丶 夕夏残阳落幕 提交于 2020-01-09 10:10:49
问题 Using the user.profile and user.email scope and the /oauth2/v2/userinfo feed doesn't seem to return any custom fields (in my case Department) or phone numbers. These fields show up in the Domain Shared Contacts directory. Is there perhaps an Apps Domain specific feed URL something like /oauth2/{DOMAIN}/v2/userinfo ? Does the API/Service not support any custom fields yet? Is there a way to fudge this into working? Read access to your own Apps Domain Shared Contacts profile that's connected to

Google Apps Script---Replace Straight Quotation Marks with Curly Ones

被刻印的时光 ゝ 提交于 2020-01-07 02:17:18
问题 When I was typing a novel on my Google Docs iPad app, it used straight up-and-down quotation marks, like this: ". Now, I want to change all of these quotes to the curly kind, without having to change all of them by hand. I wrote a simple Google Apps Script file to deal with the issue, but when I run it, it seems to say "Running function myFunction..." indefinitely. Here is my code. The first few lines deal with quotes in the middle of the sentence, using a simple replaceText method. Meanwhile

What parameters will Twitter lib's fetchTweets() method accept

假装没事ソ 提交于 2020-01-06 21:59:12
问题 I've created a twitter bot for retweeting and liking tweets using Agarwal's tutorial which uses the Twitter lib library for searching tweets. I'm using Twitterlib version 21 in my project. It seems to work for the most part, but I have one particular problem. When I include the "min_retweets:X" parameter in my search, it doesn't seem to be recognized. This is not an officially documented search parameter but it does work when you use it in normal twitter searches on the site and returns only

Content Screen Localization Google Sign-in

谁都会走 提交于 2020-01-06 08:38:07
问题 I'm trying to find out how to translate the Google Sign-In screen for my application. In the Google developer console you can enter different values for the "Consent Screen" which is the information displayed in the authorization screen while trying to log with your Google account in your web application. There is no language options and I need to specify a different name (in other language) as well as localized Terms of use or Policy (and even the logo sometime). How do I do that? 回答1: AFAIK

Google sheet is not receiving form submits

ε祈祈猫儿з 提交于 2020-01-06 05:31:14
问题 I created the sheet: https://docs.google.com/spreadsheets/d/1aghZREjkKSNkpCfWJUw_AMs1ZEoTIZOhDca4UHvuVtU/edit?usp=sharing and from the script editor I created the below form: Code.gs function doGet() { return HtmlService.createTemplateFromFile('Form.html') .evaluate() // evaluate MUST come before setting the Sandbox mode .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); } var sheetName = 'Sheet1' var scriptProp = PropertiesService.getScriptProperties() function doPost (e) { var

Send all Google Forms to the same Sheets gid with Google Apps Script

不羁的心 提交于 2020-01-06 04:35:09
问题 I have a script creating multiple Google Forms that all link to one Google Sheets. I use the function FormApp.create(name).setDestination(FormApp.DestinationType.SPREADSHEET,destSheetId); multiple times to accomplish this. This works for the most part, however when I go to the destination Sheets, each Form pastes its information into a different gid of the Sheets. For example, one Form leads to https://docs.google.com/spreadsheets/d/1O8R/edit#gid=0 while another goes to https://docs.google

Error: invalid_client no application name

谁说胖子不能爱 提交于 2020-01-05 08:26:20
问题 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 authorization: https://accounts.google.com/o/oauth2/auth&scope=https://www.googleapis.com/auth/admin.directory.user&redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=code&client_id=(my application clientid) I get the following error, Error: invalid_client no application name Request

403 error with message “Google Slides API has not been used in project … before or it is disabled”

て烟熏妆下的殇ゞ 提交于 2020-01-05 07:18:07
问题 I am trying to generate Google Slides from Google Sheets; have used Sheets script with no issues, but when I try to include Google Slides, after authenticating and getting Oauth permissions prompt, I am getting this error that I cannot find any reference for; I have made sure Google Slides API and Drive API are enabled in the Developers Console. "Request failed for https://slides.googleapis.com/v1/presentations/... returned code 403. Truncated server response: { "error": { "code": 403,