Browser samples for Google Workspace APIs docs.
- Clone this repository.
- Follow the README instructions in the API folder to run and test samples.
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:
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.
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.
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.
This project uses htmllint.
Install & run:
sudo npm install -g htmllint-cli
htmllint
Configure options in the .htmllintrc
.
Google Workspace APIs use the Google API JavaScript client library.
Contributions welcome! See the Contributing Guide.