> ## Documentation Index
> Fetch the complete documentation index at: https://hc.saas-manager.biz.nuro.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Public Forms on Google Drive

> By integrating with Google Drive, you can detect the visibility status of Google Forms and manage those unintentionally exposed to external users.

## Overview

By integrating with Google Drive, the service can detect the visibility status of Google Forms. This enables you to detect and manage forms that are unintentionally exposed to external users.

## How detection works

Forms are automatically detected through integration with Google Drive. For detailed integration instructions, see the article below.

[Google Drive integration](/en/integrations/k7vonejs7q-google-drive)

<h2 id="detection-criteria">
  Detection criteria
</h2>

Public forms that meet the following conditions are detected and reported as alerts. Detection is determined by the combination of the form's edit permission, response permission, and result summary setting. For details, see [External Sharing Content Management](/en/it-management/file-management/aakpi1r7gq-file-management).

| Service detection / Google Form settings | Edit permission | Answer permission | Result (show result summary) |
| ---------------------------------------- | --------------- | ----------------- | ---------------------------- |
| Detected as fully public                 | Public          | Public            | On                           |
| Detected as fully public                 | Public          | Public            | Off                          |
| Detected as fully public                 | Public          | Internal          | On                           |
| Detected as fully public                 | Public          | Internal          | Off                          |
| Detected as fully public                 | Internal        | Public            | On                           |
| Detected as shared (external)            | Limited Sharing | Public            | Off                          |
| Detected as shared (external)            | Limited Sharing | Internal          | On                           |
| Detected as shared (external)            | Limited Sharing | Internal          | Off                          |

### Terminology

| Term            | Description                                                   |
| --------------- | ------------------------------------------------------------- |
| Public          | Accessible to everyone on the web                             |
| Limited Sharing | Shared with specific external members                         |
| Internal        | Shared only with members in the Google Workspace organization |

### Show response summary

This refers to whether the Google Form's "Show result summary" option is enabled.

<Info>
  When a user submits the form, a link to the form's results appears. The response summary shows the full text of each answer and charts. Any user who can respond to the form can view these summaries.
</Info>

For details, see [Google Docs Editors Help](https://support.google.com/docs/answer/2839588).

## Related resources

* How to export Google Drive files using the API
* How to specify file detection criteria
* How to resolve false positives in external sharing detection
