check_drive_file_public_access
Identify Google Drive files with public link sharing enabled to prevent unauthorized access. Check specific files by name for security compliance.
Instructions
Searches for a file by name and checks if it has public link sharing enabled.
Args: user_google_email (str): The user's Google email address. Required. file_name (str): The name of the file to check.
Returns: str: Information about the file's sharing status and whether it can be used in Google Docs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| file_name | Yes |