Questions tagged [google-workspace]

Use for questions about Google workspace, a paid solution by Google for all work place needs. Use in addition to the product in question(eg:[gmail],[google-sheets],[google-apps-script])

Google Workspace (formerly: G Suite, Google Apps for Work and Google Apps for Your Domain) is a brand of cloud computing, productivity, collaboration tools, software, and products developed by Google. It was launched on August 28, 2006.

Google Workspace comprises services such as:

Depending on the plan, it can also include an Admin panel and Vault for managing users and services. Not all Google Workspace services have APIs or facilitated programmatic integration (Keep, Currents, Sites).

Usage Guidance

Use with an appropriate service (i.e. ) or API (i.e. ) tag unless the question is specifically about Google Workspace as a platform (make sure it is not too broad and on-topic. Ask about general usage on Web Apps Stackexchange).

All public Google Workspace APIs are listed here. Avoid 'Is there an API for X service' unless there is documentation ambiguity.

1713 questions
27
votes
7 answers

Configuring GSuite to work with route 53 - "MX record doesn't have 2 fields" error

I'm doing my best to follow GSuite's out of date instructions for routing emails to Gmail via a AWS Route 53 hosted zone (i.e. domain). Here are the outdated instructions: I set the Values as instructed: And I see: Error occurred Bad…
stevec
  • 41,291
  • 27
  • 223
  • 311
24
votes
1 answer

How can I share my app script, between google spreadsheets?

I have a corporate google account (with a domain) and I've created a script to access a database, to share data between some spreadsheets to make simulations. I created some custom functions like =listAllCustomers() and now I want to use with any…
20
votes
2 answers

OAuth consent screen - ability to remove application logo: old solution is no longer working

Question: how to remove an application logo. Solution: previous solution from this answer, https://stackoverflow.com/a/57168008/1992004, is no longer working. Google changed the format of "iconUrl" to "icon", and uses now the Base64-encoded data…
15
votes
1 answer

Use Amazon SES and Google GSuite for the same domain

I have a domain that I manage using Amazon Route 53. It contains TXT/MX records of Amazon Simple Email Service, that I use to process incoming email to a certain email address via AWS Lambda. I also need to register the domain to Google Admin, i.e.…
14
votes
2 answers

Google SAML app_not_configured_for_user / equivalent of prompt=select_account SAML

I'm using Gsuite as an Saml IDP to authentify users of my organisation on internal apps. Everything is working fine, except for one point: when one of my users if logged in with his/her personal account only, Google will fail with: 403 Error:…
Nico
  • 1,580
  • 14
  • 21
14
votes
2 answers

Project {project-id} is not found and cannot be used for API calls

I have a google appscript that calls the Big Query API. It's working fine, but I want to duplicate the sheet and use for a different set of reports. I've duplicated the file once successfully a couple of months ago. Now when duplicating the report…
goose
  • 2,502
  • 6
  • 42
  • 69
13
votes
1 answer

Setup | G Suite + Sendgrid for transactional email

I'm currently trying to get my head around an issue with our Shop's email setup. So far we were using G Suite for all our emails related to our domain abc.com. # The History: # Our WooCommerce Shop was utilising the wp_mail() PHP-Mail functionality…
Kevin Katzke
  • 3,581
  • 3
  • 38
  • 47
13
votes
3 answers

G Suite Gmail: Default Routing vs Routing

In G Suite's Gmail advanced settings, there is a place for Routing and a separate tab for Default Routing. The settings are not in sync. What is the difference between them? I am trying to setup special routings like catch-all and the some guides…
williamli
  • 3,846
  • 1
  • 18
  • 30
13
votes
1 answer

How to access Team Drive using service account with Google Drive .NET API v3

Does anyone know which configurations should be done to grant Google service account an access to a Team Drive which is already created? The idea is to use a service account in a .NET backend application for uploading/downloading files to/from Team…
12
votes
2 answers

GCP shows No Organization

We have migrated to GSuite having used the GCP for a number of projects already. As some accounts already existed, we transferred these over to our new GSuite tenure. We now want to transfer the projects to our new Organization but it shows "No…
Matt Stannard
  • 191
  • 1
  • 1
  • 5
11
votes
1 answer

Why is Django a 'less secure' app according to Google?

Why does Google consider a request from my Django app to send an email via SMTP (smtp.gmail.com) to be insecure? Reading their security standards is not very helpful: How more secure apps help protect your account When a third-party app meets our…
Liam Hanninen
  • 1,525
  • 2
  • 19
  • 37
11
votes
3 answers

Google App Script Deploy as Web App stuck at Fetching Data

I am working on a internal app for my company in G Suite. I have a modal dialog that I am using in the spreadsheet app. I can not find a way to do this on Drive for mobile so I decided to Deploy as a web app. I have never used this feature in app…
J Cham
  • 129
  • 1
  • 4
11
votes
1 answer

How to programmatically add a guest attendee to GSuite calendar event on Save

I am building a GSuite Calendar extension. My extension adds custom information to the description of the new event and needs to systematically add the guest email e.g. test@mydomain.com. The extension has content-script which injects HTML and…
11
votes
1 answer

Google Drive File Stream on OS X fails to ls files

I am running Google Drive File Stream Version: 25.252.289.1612 on OS X 10.12.6 which mounts/Volumes/GoogleDrive/ Open a Bash shell (I use iTerm3). When I ls (or ls -a) this directory, I get no results. But if I use tab completion, I can see the two…
Alan Berezin
  • 533
  • 4
  • 13
10
votes
0 answers

How do you publish a SCIM 2.0 provisioning app in the G Suite Marketplace?

I'd like to publish an app on the G Suite Marketplace that allows user and group management/provisioning via SCIM 2.0. Where do I need to go to configure that? This article from 2016 made me think it would be possible…
1
2 3
99 100