Check Drive File Public Access
check_drive_file_public_accessFind a file by name and verify whether public link sharing is enabled, helping prevent unintended data exposure.
Instructions
Searches for a file by name and checks if it has public link sharing enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | No | The user's Google email address. Required. | user@gmail.com |
| file_name | Yes | The name of the file to check. | |
| drive_id | No | ID of the shared drive to scope the search to. When set, the underlying files.list call uses corpora='drive' and the given driveId, which is required to reliably find files that live only in that shared drive. When None, behaviour is unchanged (default API corpora applies). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |