get_drive_shareable_link
Get the shareable link and current sharing status for a Google Drive file or folder using the user's Google email and file ID.
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
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |