get_drive_shareable_link
Generate shareable links for Google Drive files or folders to enable controlled access while maintaining security protocols within the Hardened Google Workspace environment.
Instructions
Gets the shareable link for a Google Drive file or folder.
Args: user_google_email (str): The user's Google email address. Required. file_id (str): The ID of the file or folder to get the shareable link for. Required.
Returns: str: The shareable links and current sharing status.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| file_id | Yes |