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.

1210 questions
19
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…
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,198
  • 4
  • 29
  • 57
12
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…
12
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
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
0 answers

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
  • 483
  • 4
  • 12
10
votes
1 answer

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
  • 171
  • 1
  • 5
9
votes
2 answers

DMARC/SPF configuration error

I have a domain registered at domains.google.com that I use with a G Suite account and also to send email from SES and mailchimp. My DNS records look correct to me (Mailchimp instructions): @ TXT "v=spf1 include:_spf.google.com…
gaefan
  • 14,322
  • 16
  • 52
  • 100
9
votes
1 answer

Multiple DKIM and SPF records on G Suite for MailChimp

I'm looking to add SPF and DKIM to my domain for MailChimp. The domain in question is running through G Suite and has the following TXT record for SPF: v=spf1 include:_spf.google.com ~all The domain also has a TXT record for Google DKIM. I've read…
Sam
  • 1,134
  • 2
  • 20
  • 39
9
votes
3 answers

Externally hosted email and using PHP to send email

I will be using G Suite (formally Google Apps) to host the email of a site that runs off a separate host. However, there is a contact form on the website, I haven't looked at it yet, but I assume it will use the standard mail() function. As I…
Brett
  • 16,869
  • 50
  • 138
  • 258
8
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.…
8
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…
7
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,013
  • 1
  • 14
  • 21
7
votes
3 answers

Integrating with Google Admin SDK in C#

I'm currently trying to integrate with the Google Admin SDK via C# so we can manage users via our own system. However, when running the project I get the error: Unauthorized Client. Things I have already done via a super admin account: Setup…
7
votes
1 answer

G Suite and Django for SMTP

I'm in the process of getting G Suite to work with my django site so that it will replace the SMTP server of my host. I configured my domain within my webhost's config panel. As a result, when I send an email to support@mysite.com, I can see that it…
Jason Howard
  • 996
  • 7
  • 21
1
2 3
80 81