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
0
votes
2 answers

How to send email on behalf of users in Google Apps?

I'm writing an app which needs to post emails on behalf of users of our Google Apps Premier domain. I see there is a way to do this using the AppEngine Mail Service if you have the admin credentials. I want to know how to do this from a normal Java…
akula1001
  • 4,576
  • 12
  • 43
  • 56
0
votes
1 answer

Google Directory API Customer Update Scope

I am trying to update a primary email domain for a google apps account. And I can't seem to figure out the scope needed. I keep receiving a 403 error when I make a request Here is what I have tried. After generating an access token with oAuth2,…
Rchristiani
  • 424
  • 3
  • 18
0
votes
2 answers

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

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…
0
votes
1 answer

Can't verify my domain with Google Apps

I am trying to verify my domain with Google Apps to no success. So far, I have tried 3 main methods of verification: TXT (or CNAME) record. Meta tag with verification code. HTML file with verification code name and content. My domain is…
Michael Giovanni Pumo
  • 14,338
  • 18
  • 91
  • 140
0
votes
1 answer

How to get the number of rows from a sql query in GAS?

My script allows a user query from a sheet a SQL database. Before letting the script write in the sheet the select's result, how can I know the number of rows I am getting from that query? Multiplying the count of rows by the count of columns I…
0
votes
1 answer

I get an error that getUi() is only available in the new version of google spreadsheets, but I'm using it on an newly created spreadsheet

I create a spreadsheet with following command: var spreadsheet = SpreadsheetApp.create(name); Then I add some data to it, then I make a trigger that goes off when you edit the spreadsheet. The handler function contains following code: var…
lonewolf
  • 23
  • 8
0
votes
1 answer

Simple Calculation (Java/Android Studio)

Currently the app divides whatever the user enters by 10, how can I make it so that 10 is divided by what the user enters. public class MainActivity extends AppCompatActivity { Button mButton; EditText mEdit; @Override protected…
H.Brooks
0
votes
1 answer

Google Apps Admin outside Origination

I help a couple clients with their google apps accounts in setting up new users and editing groups. Is there a way I can set my google email address to be an admin of their account so I dont have to have my own account on their domain?
Brad Wickwire
  • 1,093
  • 4
  • 16
  • 29
0
votes
1 answer

Create google script to modify calendar events when they're updated

I'd like to create a script that writes down the history of an event, i.e. when I change the date or time of the event and save it, it would copy the previous date/time into the description/note of the event. However, I only found I could write…
0
votes
2 answers

Deploying android apps for my business

I would like to deploy android apps to my employees. We have roughly 900 employees. I was looking here, and it indicates that I have to setup a private channel by enabling Google apps for my domain. I've also read that it costs $50/employees to have…
Sid Kwakkel
  • 749
  • 3
  • 11
  • 31
0
votes
2 answers

Google Apps Script: file upload progress indicator

Has anybody implemented file upload progress indicator in Google Apps add-on (e.g. in sidebar or dialog)? I tried to use JQuery Form plugin but it seems that IFRAME sandbox mode doesn't allow to use it. And the NATIVE mode is deprecated and will be…
0
votes
1 answer

How to make new project inside google developer console using JS or Java with some google API

I want to create new project and other Auth configuration using code from js file or Java unlike manual creation. How can I do that? whether is it feasible or not? This is what my app will do when someone will install it from marketplace.
0
votes
1 answer

How can I create new project, OAuth key and P12 key in google console developer using Js/Java for google marketplace app

My goal is to create a new project, generate 'Oauth key' and 'Service account key(p12 key)' in google developer console using JS/Java code for my google market place app. How can i achieve that? Note: I want to make an app that will automate…
0
votes
1 answer

do I need to have different application extension for app publishing on google webstore?

I have a Question that does the application developed to publish on google web store needs different extensions for Mac and PC ? If anyone knows the answer and give me some links for the documentation which describes the answer then that would be…
user3739018
  • 2,489
  • 3
  • 16
  • 25
0
votes
0 answers

Querying and Parsing a table data from a website aspx

I'm new to coding.I need your help desperately I have a requirement to gather farm produce data from the below website. http://agmarknet.dac.gov.in/PriceTrends/SA_Month_PriMar.aspx Need to gather the data from tables displayed in this website and…
1 2 3
99
100