Guides and community developer support are available for Google Workspace developer products, including Apps Script, Add-ons, and Application Programming Interfaces (APIs). You can find links to the following types of support in the documentation for each developer product:
- Questions and adviceâHow to perform specific operations in supported coding languages via Stack Overflow and other dedicated community support forums
- Bug and error troubleshootingâHow to contact support specialists or get help from the developer community
- Developer product feedbackâHow to send feedback about each developer product
For more details, go to Google Workspace for Developers.
Contact Google Workspace support
You can contact Google Workspace support for additional help from a specialist. Specialists can help with the following developer products:
- APIs related to core Google Workspace services
- Apps Script
- Google Workspace Add-ons
- Single sign-on (SSO), including SAML apps
Create a support case
- While signed in to your Google Workspace administrator account, open the Customer Care Portal.
- In the search box, describe your technical issue or question. Then, click Get help.
- Review the help content suggestions. If none resolve your issue or question, continue to the next step.
- At the top, click Create support case.
- Fill out the form with your request details.
- For Product type, select Google Workspace.
- For Category, select Technical > Google Workspace APIs and Add-ons.
If you don't see these options, choose the most relevant technical topic.
If the API or add-ons hadn't been a problem before the issue occurred, then the following information will help us understand your issue:
- The API or add-on name and method, if applicable
- The affected user ID which had been running the API or add-on
- The date and time on which the issue began
- The frequency at which the issue is recurring
- The error code and its message
- The full API request and response headers including the timestamp and body, if applicable
If itâs an API issue, is it reproducible using the OAuth 2.0 Playground or APIs Explorer? For details, go to OAuth 2.0 Playground and Google APIs Explorer.
- Click Submit.
What's supported
You can learn more about the type of issues that are supported and the level of support available for products, including Apps Script, Add-ons, and APIs.
General areas of support include:
- API quotasâQuota increase or usage requests for publicly documented and undocumented API and product limits.
Break-fix and how-to issues are fully supported for API quotas. As for API quota issues, we help you find or verify quota consumption but not from code.
- Deprecated APIsâInformation or questions regarding deprecated Google APIs and identity protocols.
Note: Deprecated APIs and third-party tools are not supported under any of the scope of support categories.
- Google Cloud servicesâUsing Cloud services such as App Engine with Google Workspace services. We support all issues with Workspace APIs being called from Cloud.
Note: We donât support issues with Cloud services which use Google Workspace APIs
Important: Even if third-party tools, such as GAM, Clasp, FlashPanel (developed by BetterCloud), Marketplace or Chrome apps, are using Google APIs, they are not supported.
Issue types
Not all types of issues or questions are supported. When reviewing support available for each developer product area, refer to the "Yes" or "No" markings in each issue type column.
- If an issue type is marked with âYesâ: Dedicated support teams address requests within the related scope and prioritize them based on severity. Service Level Agreements (SLAs) may apply, defining response and resolution timeframes.
- If an issue type is marked with âNoâ: The support agreement does not cover the requests within the related scope, and the support team does not address them. Users are responsible for finding solutions independently.
Issue type definitions and examples
Issue type | Typical questions and responses |
Guidelines and Help |
Asks about guidelines or tools such as APIs, for example, âHow can I change user passwords with the Directory API?â For issues that we donât support, the following options are available:
|
Breaks or outages | Addresses product defects or an outage. For example, âIâm using Directory API to change passwords, but I am getting a 404 error. My code has never worked before.â |
Design | Asks how best to implement certain features. For example, âHelp me design my app that can be used to change passwords using Directory API.â |
Coding | Requires specific help with programming languages. For example, âIâm trying to implement Drive APIâs file.list method, and I keep receiving a Not found error for a document that exists and for which Iâve the access permissions. Iâve attached a reproducible version of my code.â |
Debugging | Requests help to determine why their code isnât working. For example, âIâm trying to use the Directory API in Python but I keep getting syntax errors. I need help finding the issue in my code.â |
Developer product areas
You can learn more about which products are supported and the support level each type of issue receives in areas such as Apps Script, Google Workspace Add-ons, and APIs.
Product / API details
- OAuthâUse the OAuth 2.0 protocol for authentication and authorization of Workspace APIs. For details, go to Configure the OAuth consent screen and choose scopes.
- OpenID ConnectâUse Google Workspace OAuth 2.0 implementation for authentication, which conforms to the OpenID Connect specification and is OpenID Certified. For details, go to OpenID Connect.
- SAML (Google IdP)âUse Google as your identity provider (IdP) to set up SSO. For details, go to Set up SSO with Google as your identity provider.
- Third-party IdPâIntegrate SSO with a third-party IdP, then access Google apps directly without a second sign-in. For details, go to Set up SSO via a third-party identity provider.
Scope of support
Products / APIs |
Guidelines and Help |
Breaks or outages |
Design |
Coding |
Debugging |
OAuth |
Yes |
Yes |
No |
No |
No |
OpenID connect |
Yes |
Yes |
No |
No |
No |
SAML (Google IdP) |
Yes |
Yes |
No |
No |
No |
Third-party IdP |
Yes |
Yes |
No |
No |
No |
Feature details
- Add-ons (Editor Add-ons)âCreate and distribute add-ons for Google Workspace applications. For details, go to Add-ons overview.
- Advanced servicesâAccess and use Google Services and APIs with less setup than using their HTTP interfaces. For details, go to Advanced Google services.
- Apps Script APIâManage and execute Google Apps Script projects. For details, go to Apps Script API.
- Cloud projectsâUse custom GCP projects to provide a more custom execution environment to your script. For details, go to View or edit Google Cloud projects.
- Content serviceâServe web content directly from your script. For details, go to Content Service.
- Custom functionsâCreate custom spreadsheet functions that you can use from Sheets. For details, go to Custom Functions in Google Sheets.
- Deployment optionsâChoose to run scripts as add-ons, standalone web apps, API executables, libraries, or as functions within Sheets. For details, go to Create and manage deployments.
- Google Workspace integrationâEasily interact with various Google Workspace applications like Google Docs, Sheets, and Forms, Gmail, Google Calendar, and Google Drive. For details, go to Built-in Google Services.
- HTML user interfacesâBuild customer user interfaces for scripts using HTML and HTML Service. For details, go to HTML Service: Create and Serve HTML.
- Integration with external APIsâMake HTTP requests to external APIs and handle JSON data. For details, go to External APIs.
- LoggerâRecord log information for debugging and monitoring. For details, go to Logging.
- Menus, dialogs and sidebarsâCreate menus, dialogs, and sidebars for use with Google Workspace Applications. For details, go to Custom Menus in Google Workspace.
- Properties serviceâStore script specific data that persists between script executions. For details, go to Properties Service.
- Script editor and projectsâA web-based code editor for writing and managing scripts. For details, go to Script Projects.
- Script execution dashboardâMonitor script executions and errors. For details, go to Manage executions.
- Script execution permissionsâControl what the script can access and do within your Google Account using OAuth2 and other authentication methods. For details, go to Authorization for Google Services.
- Script librariesâAllows you to create and use libraries of functions in multiple projects. For details, go to Libraries.
- TriggersâAutomate tasks by setting up time-driven or event-driven triggers to run scripts. For details, go to Simple Triggers.
- Utilities libraryâProvides useful functions like utilities.sleep() and utilities.base64encode(). For details, go to Class Utilities.
- Version controlâManage different versions of your scripts. For details, go to Versions.
- Web appsâBuild web applications that you can access through a URL. For details, go to Web Apps.
Feature support
Issue type |
Guidelines and Help |
Breaks or outages |
Design |
Coding |
Debugging |
Add-ons (Editor Add-ons) |
Yes |
Yes |
No |
No |
No |
Advanced services |
Yes |
Yes |
No |
No |
No |
Apps Script API |
Yes |
Yes |
No |
No |
No |
Cloud projects |
Yes |
Yes |
No |
No |
No |
Content service |
Yes |
Yes |
No |
No |
No |
Custom functions |
Yes |
Yes |
No |
No |
No |
Deployment options |
Yes |
Yes |
No |
No |
No |
Google Workspace integration |
Yes |
Yes |
No |
No |
No |
HTML user interfaces |
Yes |
Yes |
No |
No |
No |
Integration with external APIs |
Yes |
Yes |
No |
No |
No |
Logger |
Yes |
Yes |
No |
No |
No |
Menus, dialogs and sidebars |
Yes |
Yes |
No |
No |
No |
Properties service |
Yes |
Yes |
No |
No |
No |
Script editor and projects |
Yes |
Yes |
No |
No |
No |
Script execution dashboard |
Yes |
Yes |
No |
No |
No |
Script execution permissions |
Yes |
Yes |
No |
No |
No |
Script libraries |
Yes |
Yes |
No |
No |
No |
Triggers |
Yes |
Yes |
No |
No |
No |
Utilities library |
Yes |
Yes |
No |
No |
No |
Version control |
Yes |
Yes |
No |
No |
No |
Web apps |
Yes |
Yes |
No |
No |
No |
Feature details
How-to and break-fix issues under the following Google AppSheet features are fully supported. None of the features are supported under the design, coding, and debugging scope of support categories.
- App DeploymentâPublish apps to host AppSheet App or app stores. For details, go to Test and deploy.
- Application TemplatesâUse pre-built templates to kickstart development. For details, go to App templates.
- Apps EditorâCreate apps without coding using a visual interface. For details, go to Overview.
- AppSheet APIâManage apps using the AppSheet API. For details, go to Use the AppSheet API.
- Audit and MonitoringâTrack app usage and changes to data. For details, go to Monitor app activity using Audit History.
- Branded AppsâBuild apps that you can upload to both Android play store and iOS app store. For details, go to What is a branded app?
- Charts and ReportsâGenerate interactive charts and reports based on your data. For details, go to Charts: The Essentials.
- Chat AppsâCreate no-code Chat apps with AppSheet and share them with users in your domain. For details, go to Chat apps.
- CollaborationâCollaborate with team members on app development. For details, go to Manage app versions.
- Data CaptureâCapture data through forms, barcodes, and image recognition. For details, go to Capture information in forms.
- Data IntegrationâConnect to a variety of data sources including Sheets, SQL databases, and more. For details, go to Data management.
- Data SecurityâImplement user authentication and other security features for secure apps. For details, go to Security.
- GPS and Maps IntegrationâUse location-based services in your apps.
- Image and File UploadsâAllow users to upload images and files. For details, go to Capture information in forms.
- NotificationsâSend push notifications and alerts to users. For details, go to Enable push notifications in your branded apps.
- Offline AccessâBuild apps that can work offline and sync when connection is available. For details, go to Offline behavior and sync.
- REST API IntegrationâConnect to external services through APIs. For details, go to External service integration.
- User Access ControlâDefine who can edit and access the app and its data. For details, go to User access control.
- Version ControlâMaintain different versions of your apps. For details, go to Manage app versions.
- Workflow AutomationâDefine automation rules and processes within your apps. For details, go to AppSheet automation: The Essentials.
Feature support
Issue type |
Guidelines and Help |
Breaks or outages |
Design |
Coding |
Debugging |
App Deployment |
Yes |
Yes |
No |
No |
No |
Application Templates |
Yes |
Yes |
No |
No |
No |
Apps Editor |
Yes |
Yes |
No |
No |
No |
AppSheet API |
Yes |
Yes |
No |
No |
No |
Audit and Monitoring |
Yes |
Yes |
No |
No |
No |
Branded Apps |
Yes |
Yes |
No |
No |
No |
Charts and Reports |
Yes |
Yes |
No |
No |
No |
Chat Apps |
Yes |
Yes |
No |
No |
No |
Collaboration |
Yes |
Yes |
No |
No |
No |
Data Capture |
Yes |
Yes |
No |
No |
No |
Data Integration |
Yes |
Yes |
No |
No |
No |
Data Security |
Yes |
Yes |
No |
No |
No |
GPS and Maps Integration |
Yes |
Yes |
No |
No |
No |
Image and File Uploads |
Yes |
Yes |
No |
No |
No |
Notifications |
Yes |
Yes |
No |
No |
No |
Offline Access |
Yes |
Yes |
No |
No |
No |
REST API Integration |
Yes |
Yes |
No |
No |
No |
User Access Control |
Yes |
Yes |
No |
No |
No |
Version Control |
Yes |
Yes |
No |
No |
No |
Workflow Automation |
Yes |
Yes |
No |
No |
No |
There are two kinds of Google Workspace Add-ons:
- Owned by Google
- Custom add-ons owned, developed, and hosted by Google
If you are a developer, mention the following details when you contact support:
- Amount of installations
- Amount of active users
- Add-on link
- Project ID
Feature details
- App review and approvalâWe support only technical break-fix and how-to issues. We do not support any of the issue types in the review process, especially those related to failed reviews. For details, go to Publish apps to the Google Workspace Marketplace and App review process and requirements for the Google Workspace Marketplace.
- Audit and monitoringâKeep track of add-on usage, monitor user actions, and log data for audit and analytics. For details, go to Query error logs for Google Workspace Add-ons.
- Build Add-ons using a custom runtimeâExtend Google Workspace apps with add-ons built on a custom runtime. For details, go to Build a Google Workspace Add-on using HTTP endpoints.
- Build Add-ons using Apps ScriptâExtend Google Workspace apps with add-ons built with Apps Script. For details, go to Building Editor Add-ons.
- Custom menusâAdd custom menus to your Google Workspace app inheritance for easy access to your add-on's features. For details, go to Custom menus for Editor Add-ons.
- Custom sidebarsâCreate custom sidebars with user interfaces, forms, and interactive elements in Google Workspace apps. For details, go to Dialogs and sidebars for Editor Add-on.
- Deployment optionsâDeploy add-ons for personal use, within your organizations, or to the Google Workspace Marketplace for broader distribution. For details, go to Publish an add-on.
- Integration with third-party servicesâSeamlessly connect with external services and APIs to bring external data and functionality into Google Workspace apps. For details, go to Connect your Google Workspace Add-on to a third-party service.
- Triggered actionsâAutomate actions based on events or triggers within Google Workspace apps, such as sending emails, updating sheets, or generating reports. For details, go to Triggers for Editor Add-ons.
- Version controlâManage different versions of your Add-on to roll out updates and improvements. For details, go to Versions.
Feature support
Issue type |
Guidelines and Help |
Breaks or outages |
Design |
Coding |
Debugging |
App review and approval |
Yes |
Yes |
No |
No |
No |
Audit and monitoring |
Yes |
Yes |
No |
No |
No |
Build Add-ons using a custom runtime |
Yes |
Yes |
No |
No |
No |
Build Add-ons using Apps Script |
Yes |
Yes |
No |
No |
No |
Custom menus |
Yes |
Yes |
No |
No |
No |
Custom sidebars |
Yes |
Yes |
No |
No |
No |
Deployment options |
Yes |
Yes |
No |
No |
No |
Integration with third-party services |
Yes |
Yes |
No |
No |
No |
Triggered actions |
Yes |
Yes |
No |
No |
No |
Version control |
Yes |
Yes |
No |
No |
No |
Feature details
- App analyticsâGet app listing, user, and installation metrics from Google Analytics and the Google Workspace Marketplace SDK. For details, go to Get analytics about app usage.
- Configure Google Workspace Marketplace SDKâSet up your app in the Google Workspace Marketplace SDK to make it available for use. For details, go to Configure your app in the Google Workspace Marketplace SDK.
- General functionalityâGeneral functionality of the software development kit (SDK) API including license management and list notifications endpoints. For details, go to Get app installation and licensing details.
- List app integrations togetherâPublish multiple integrations together in one app listing to let users install and authorize them at the same time. For details, go to List app integrations together.
- OAuth configurationâAdd authentication and authorization to your app before publishing. For details, go to Configure OAuth.
- Update or unpublish an app listingâChange ownership, add OAuth scopes, move your listing, or unpublish your app listing. For details, go to Update or unpublish an app listing.
Feature support
Issue type |
Guidelines and Help |
Breaks or outages |
Design |
Coding |
Debugging |
App analytics |
Yes |
Yes |
No |
No |
No |
Configure Google Workspace Marketplace SDK |
Yes |
Yes |
No |
No |
No |
General functionality |
Yes |
Yes |
No |
No |
No |
List app integrations together |
Yes |
Yes |
No |
No |
No |
OAuth configuration |
Yes |
Yes |
No |
No |
No |
Update or unpublish an app listing |
Yes |
Yes |
No |
No |
No |
Feature details
Help questions and questions on breaks or outages for the following APIs are fully supported. None of the APIs are supported under the design, coding, and debugging scope of support categories.
Note: Deprecated APIs are not supported under any of the support categories.
- Admin Settings APIâThe Admin Settings API allows you to retrieve and change the settings of your domains in the form of Google Data API feeds. For details, go to Admin Settings API overview.
- Alert Center APIâManages alerts on issues affecting your domain. For details, go to Google Workspace Alert Center API.
- CalDav APIâCalDAV is an extension of WebDAV that provides a standard for clients to access calendar information on a remote server. For details, go to CalDAV API Developer's Guide.
- Calendar APIâThe Calendar API is a RESTful API that exposes most of the features available in the Calendar Web interface. For details, go to Google Calendar API overview.
- CardV2 APIâHelps to create card interfaces displayed in a Google Chat message or Google Workspace Add-on. For details, go to Cards v2.
- Chat APIâEnables apps to fetch information and perform actions in Google Chat. Authentication is a prerequisite to using the Google Chat REST API. For details, go to Google Chat API.
- Chrome Browser Cloud Management APIâThe Chrome Browser Cloud Management (CBCM) API is a RESTful API you can use to access or update CBCM-enrolled Chrome browser information. For details, go to Chrome Browser Cloud Management (CBCM) API.
- Chrome Browser Token API - The Enrollment Token API is a RESTful API you can use to access information about the Chrome browser enrollment token. For details, go to Enrollment Token API.
- Chrome Printer Management APIâFor details, go to Chrome Printer Management API Overview.
- Cloud Identity APIâUse the Cloud Identity API for setting up and managing identity resources such as devices and groups. For details, go to Cloud Identity API.
- Cloud Search API - Cloud Search provides cloud-based search capabilities over Google Workspace data. The Cloud Search API allows indexing of non-Google Workspace data into Cloud Search. For details, go to Cloud Search API.
- Client Side Encryption APIâYou can use your own encryption keys to encrypt your organization's data, instead of using the encryption that Google Workspace provides. For details, go to Build a custom key service for client-side encryption.
- Contact Delegation APIâThe Contact Delegation API allows you to delegate access of one user's, called the delegator, contacts to another user, called the delegate. For details, go to The Contact Delegation API overview.
- Data Transfer APIâThe Data Transfer API manages the transfer of data from one user to another within a domain. The user receiving the data must belong to your domain. For details, go to Data Transfer API overview.
- Directory APIâThe Directory API is part of the RESTful Admin SDK API that you can use to programmatically create and manage admin-controlled resources owned by a Google Workspace account. For details, go to Directory API Overview.
- Domain Shared Contacts APIâThe Domain Shared Contacts API lets your applications get and update external contacts that are shared with all users in a Google Workspace domain. For details, go to Domain Shared Contacts API overview.
- Drive Activity APIâThe Drive Activity API is used to view changes made to objects within a user's Drive and to retrieve information about those changes. For details, go to Introduction to Google Drive Activity API.
- Drive Labels APIâThe Drive Labels API is a RESTful API that supports business processes by attaching metadata to your Drive files. For details, go to ââDrive Labels API overview.
- Email Audit APIâThe Email Audit API lets you audit a user's email, email drafts, and archived Hangouts chats. For details, go to Email Audit API overview.
- Google Classroom APIâManages classes, rosters, and invitations in Google Classroom. For details, go to Google Classroom API.
- Google Docs APIâThe Google Docs API lets you create and modify documents. For details, go to Google Docs API.
- Google Drive APIâThe Google Drive API lets you create apps that use Drive cloud storage. For details, go to Google Drive API overview.
- Google Forms APIâThe Google Forms API is a RESTful interface that lets you create and modify forms and quizzes, retrieve form responses and quiz grades, set up quiz answer keys with automatic feedback, and receive push notifications. For details, go to Overview.
- Google Keep APIâUse the Google Keep API in an enterprise environment to manage Google Keep content and resolve issues identified by cloud security software. For details, go to Google Keep API.
- Google Meet APIâCreate and manage meetings for Meet. For details, go to Google Meet REST API overview.
- Google Picker APIâThe Google Picker API is a JavaScript API that you can use in your web apps to let users open or upload Drive files. For details, go to The Google Picker API.
- Google Sheets APIâThe Google Sheets API is a RESTful interface that lets you read and modify a spreadsheet's data. For details, go to Google Sheets API Overview.
- Google Sites APIâAccess and modify classic Google Sites content programmatically. The Sites API cannot access or modify the new version of Sites, but can still access classic Sites. For details, go to Access & modify classic Google Sites content programmatically.
- Google Slides API - The Google Slides API lets you create and modify Slides presentations. For details, go to Introduction.
- Google Tasks APIâThe Google Tasks API lets you manage your tasks and task lists. For details, go to Google Tasks API.
- Google Vault APIâWith the Vault API, you can manage Retention and eDiscovery for Google Workspace. For details, go to Vault API Overview.
- Google Workspace Events APIâProvides an overview of the Google Workspace Events API and explains how you can use the API to subscribe to events across Google Workspace. For details, go to Subscribe to events using the Google Workspace Events API.
- Gmail API - The Gmail API is a RESTful API that you can use to access Gmail mailboxes and send mail. For details, go to Gmail API Overview.
- Groups APIâThe Cloud Identity Groups API allows you to create and manage different types of groups, each of which supports different features, and their memberships. For details, go to Groups API overview.
- Groups Migration API - The Groups Migration API manages the migration of shared emails from public folders and distribution lists to Google Groups's discussion archives. For details, go to Groups Migration API overview.
- Enterprise License Manager APIâThe Google Enterprise License Manager API lets you manage Google Workspace and related licenses for all the users of a customer that you manage. For details, go to Enterprise License Manager API.
- Google Meet Live Sharing SDKâThe Meet Live Sharing SDK lets you improve your apps to include cowatching, codoing, and other Meet experiences for your users. For details, go to Google Meet Live Sharing SDK overview.
- People APIâProvides access to information about profiles and contacts. For details, go to People API.
- Postmaster Tools APIâThe Postmaster Tools API allows you to gather metrics on bulk emails sent to Gmail users and import data into, or merge that data with, other systems. For details, go to Postmaster Tools API overview.
- Reports APIâThe Reports API is a RESTful API that you can use to access information about the Google Workspace activities of your users. The Reports API is part of the Admin SDK API. For details, go to Reports API Overview.
- Reseller APIâThe Reseller API allows you to manage customers and their subscriptions.
- Groups Settings APIâThe Groups Settings API updates and retrieves settings for an existing Google Group. For details, go to Groups Settings API overview.
Feature support
Issue type |
Guidelines and Help |
Breaks or outages |
Design |
Coding |
Debugging |
Admin Settings API |
Yes |
Yes |
No |
No |
No |
Directory API |
Yes |
Yes |
No |
No |
No |
Data Transfer API |
Yes |
Yes |
No |
No |
No |
Reports API |
Yes |
Yes |
No |
No |
No |
Cloud Identity API |
Yes |
Yes |
No |
No |
No |
Alert Center API |
Yes |
Yes |
No |
No |
No |
Reseller API |
Yes |
Yes |
No |
No |
No |
Licence Manager API |
Yes |
Yes |
No |
No |
No |
Chrome Browser Cloud Management API |
Yes |
Yes |
No |
No |
No |
Chrome Browser Token API |
Yes |
Yes |
No |
No |
No |
Chrome Printer Management API |
Yes |
Yes |
No |
No |
No |
Email Audit API |
Yes |
Yes |
No |
No |
No |
Gmail API |
Yes |
Yes |
No |
No |
No |
People API |
Yes |
Yes |
No |
No |
No |
Group Settings API |
Yes |
Yes |
No |
No |
No |
Groups Migration API |
Yes |
Yes |
No |
No |
No |
Chat API |
Yes |
Yes |
No |
No |
No |
Contacts Delegation API |
Yes |
Yes |
No |
No |
No |
Domain Shared Contacts API |
Yes |
Yes |
No |
No |
No |
Google Vault API |
Yes |
Yes |
No |
No |
No |
Calendar API |
Yes |
Yes |
No |
No |
No |
Cloud Search API |
Yes |
Yes |
No |
No |
No |
Google Docs API |
Yes |
Yes |
No |
No |
No |
Google Slides API |
Yes |
Yes |
No |
No |
No |
Google Forms API |
Yes |
Yes |
No |
No |
No |
Google Sheets API |
Yes |
Yes |
No |
No |
No |
Google Keep API |
Yes |
Yes |
No |
No |
No |
Google Sites API |
Yes |
Yes |
No |
No |
No |
Google Tasks API |
Yes |
Yes |
No |
No |
No |
Google Meet API |
Yes |
Yes |
No |
No |
No |
Meet Live Sharing SDK |
Yes |
Yes |
No |
No |
No |
Google Drive API |
Yes |
Yes |
No |
No |
No |
Drive Activity API |
Yes |
Yes |
No |
No |
No |
Drive Labels API |
Yes |
Yes |
No |
No |
No |
Google Picker API |
Yes |
Yes |
No |
No |
No |
Google Classroom API |
Yes |
Yes |
No |
No |
No |
CardV2 API |
Yes |
Yes |
No |
No |
No |
Devices API / Cloud Identity API |
Yes |
Yes |
No |
No |
No |
Security APIs |
Yes |
Yes |
No |
No |
No |
CalDav API |
Yes |
Yes |
No |
No |
No |
Postmaster Tools API |
Yes |
Yes |
No |
No |
No |
Google Workspace Events API |
Yes |
Yes |
No |
No |
No |
Groups API |
Yes |
Yes |
No |
No |
No |
Missing in Developer Docs |
Yes |
Yes |
No |
No |
No |
Google, Google Workspace, and related marks and logos are trademarks of Google LLC. All other company and product names are trademarks of the companies with which they are associated.