> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/published-links.md).

# 已发布链接

已发布链接非常适合邀请需要临时访问文件夹或文件的外部协作者。

你可以基于预设权限级别创建链接，或者使用各项开关构建自定义链接。

### 预设权限级别

已发布链接支持以下预设级别：

* **查看**：查看资源
* **下载**：查看并下载资源
* **可评论**：下载并评论
* **编辑**：评论、上传、重命名和删除
* **完全访问**：编辑并与他人共享

### 自定义链接权限

自定义链接可让你启用特定功能：

* 可评论
* 下载
* 查看元数据
* 编辑元数据
* 上传

<figure><img src="/files/f6b90541d96b573eee8d6edfb951f6bd5202eda0" alt=""><figcaption></figcaption></figure>

要创建已发布链接：

* 右键单击任意资源或文件夹，然后点击 **共享** （或者点击屏幕右上角的共享按钮）
* 选择你的已发布链接预设，或使用 **创建自定义链接** 按钮自行创建。
* 选择你想分配的权限
* 可选地设置密码和过期日期。
* 点击顶部的 **创建链接** 右上角的按钮

现在你可以将此链接复制到剪贴板，并通过右侧的按钮进行共享。

此链接的权限之后随时都可以修改。更改将适用于使用该链接的任何人。

你也可以通过 **共享链接** 驱动器左侧的共享链接部分。

已发布链接支持分析，因此你可以在共享后查看链接活动。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://academy.shade.inc/shade-academy/shade-academy-zh/gong-xiang-yu-xie-zuo/published-links.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
