• Stars
    star
    332
  • Rank 126,957 (Top 3 %)
  • Language
    HTML
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated 25 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Web samples for Google Workspace APIs

browser-samples

Browser samples for Google Workspace APIs docs.

APIs

Admin SDK

Apps Script API

Calendar

Classroom

Drive

Docs

Gmail

People

Sheets

Slides

Setup

  1. Clone this repository.
  2. Follow the README instructions in the API folder to run and test samples.

Troubleshooting

Here are some tips for troubleshooting errors when running these samples:

  • Be sure to create a local HTTP server to server the HTML page in the quickstart example. Otherwise the gapi client may encounter errors.
  • Check your browser console for errors. In Chrome, this is under View > Developer > JavaScript Console

Below are some possible errors you may encounter:

Error: origin_mismatch

This error will occur during the authorization flow if the host and port used to serve the web page doesn't match an allowed JavaScript origin on your Google Developers Console project. Make sure to correctly specify Authorized JavaScript origins in the quickstart steps.

idpiframe_initialization_failed: Failed to read the 'localStorage' property from 'Window'

The Google Sign-in library requires that third-party cookies and data storage is enabled in the web browser. For users that run into this error, prompt them to enable the feature or add an exception for accounts.google.com.

idpiframe_initialization_failed: Not a valid origin for the client

The Google Sign-in library requires that the domain registered in the Google Developers Console matches the domain being used to host the web page. Make sure to correctly specify Authorized JavaScript origins in the quickstart steps.

Linting

This project uses htmllint.

Install & run:

sudo npm install -g htmllint-cli
htmllint

Configure options in the .htmllintrc.

Client Library

Google Workspace APIs use the Google API JavaScript client library.

Contributing

Contributions welcome! See the Contributing Guide.

More Repositories

1

apps-script-samples

Apps Script samples for Google Workspace products.
JavaScript
4,536
star
2

md2googleslides

Generate Google Slides from markdown
TypeScript
4,479
star
3

apps-script-oauth2

An OAuth2 library for Google Apps Script.
JavaScript
1,546
star
4

python-samples

🐍 Python samples for Google Workspace APIs
Python
1,203
star
5

android-samples

Android samples for Google Workspace APIs
Java
636
star
6

google-chat-samples

Google Chat app samples.
JavaScript
494
star
7

node-samples

Node samples for Google Workspace APIs.
JavaScript
467
star
8

java-samples

☕ Java samples for Google Workspace APIs.
Java
324
star
9

solutions

Community contributed solutions for Google Workspace
JavaScript
299
star
10

php-samples

PHP samples for Google Workspace APIs
PHP
290
star
11

add-ons-samples

Sample Google Workspace Add-ons
JavaScript
273
star
12

go-samples

Go samples for Google Workspace APIs
Go
214
star
13

drive-quickeditors

A text editor for Android, iOS, and web illustrating how to open and save files with the Google Drive API
Objective-C
213
star
14

drive-utils

Google Drive API utility functions.
JavaScript
189
star
15

dotnet-samples

.NET samples for Google Workspace APIs
C#
168
star
16

sheets-api-codelab

Use Google Sheets as your application's reporting tool
JavaScript
152
star
17

apps-script-oauth1

An OAuth1 library for Google Apps Script.
JavaScript
138
star
18

gmail-add-on-codelab

JavaScript
122
star
19

ruby-samples

💎 Ruby samples for Google Workspace APIs
Ruby
79
star
20

apps-script-intro-codelab

JavaScript
59
star
21

cloud-search-samples

Samples for Google Cloud Search
Java
54
star
22

hangouts-chat-apps-script-codelab

JavaScript
54
star
23

ml-integration-samples

This repo contains a collection of code samples and utilities for integrating Google Cloud AI & ML into Google Workspace.
JavaScript
42
star
24

gsuite-apis-intro

Python
32
star
25

chat-framework-nodejs

TypeScript
29
star
26

google-docs-hast

Converts the JSON representation of a Google Docs document into an HTML abstract syntax tree (HAST).
TypeScript
26
star
27

hubot-google-hangouts-chat

Hubot adapter for Google Chat.
JavaScript
24
star
28

awesome-workspace

Awesome list for Google Workspace.
TypeScript
23
star
29

slides-api

Learn How to Use the Google Slides API
JavaScript
22
star
30

gws-genai-addon-sample

A sample Google Workspace add-on for Gmail and Google Drive using Node.js and demonstrating how to use various Generative AI APIs
JavaScript
21
star
31

workspace-guardrails-ps-ca

18
star
32

gws-odo-addon

"Odo" is a Workspace Add-on that lets anyone easily demonstrate the capabilities of Workspace integrations for their customers, all without coding. Simply set the name + logo of the customer you are presenting to, configure Odo's behavior, and do a quick demo. This will help your customers visualize what Workspace extensibility can do for them.
JavaScript
18
star
33

slides-advisor-add-on

JavaScript
16
star
34

ios-samples

iOS samples for Google Workspace APIs
Objective-C
14
star
35

appointment-scheduler-codelab

JavaScript
13
star
36

.github

10
star
37

redriveapp

ReDriveApp (short for "Recommended" or "Replacement" DriveApp). AppsScript class that provides equivalent methods offered by the built-in DriveApp, but that does not require use of full '/drive' OAuth scope (which is a "Restricted" scope"). Instead, uses only these Recommended (non-sensitive) and/or Sensitive scopes.
JavaScript
10
star
38

docs-transcript-codelab

Java
7
star
39

python-oauth-token-manager

Python
6
star
40

meet

TypeScript
5
star
41

drive-picker-element

A web component for Google Drive Picker
TypeScript
4
star
42

.allstar

4
star
43

python-classroom-addon

Reference implementation of a Google Classroom add-on, written in Python and broken into steps corresponding to a walkthrough tutorial https://developers.google.com/classroom/add-ons/walkthroughs/walkthroughs-overview.
Python
3
star
44

oneroster-integration-conformance-tests

Jupyter Notebook
3
star
45

java-classroom-addon

About Reference implementation of a Google Classroom add-on, written in Java and broken into steps corresponding to a walkthrough tutorial https://developers.google.com/classroom/add-ons/walkthroughs/walkthroughs-overview.
Java
2
star
46

group-based-role-assignment-migration-util

Python
2
star
47

python-calendar-insights-demo

Python
2
star
48

drivetocloudbot

Python
1
star
49

drive-cse-upload

Python
1
star