Google Drive

gd_unshare_file

Remove a permission from a file or folder, revoking access for a user, group, or domain. Use gd_list_permissions to find the permission_id first.

Remote node2flow/google-drive

Other tools also called gd_unshare_file? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file_id": {
      "type": "string",
      "description": "The ID of the file or folder"
    },
    "permission_id": {
      "type": "string",
      "description": "The ID of the permission to remove (from gd_list_permissions)"
    }
  }
}