# Google Drive

### 支援動作

| 資源     | 操作       | 描述    |
| ------ | -------- | ----- |
| File   | Upload   | 上傳檔案  |
|        | Delete   | 刪除檔案  |
|        | Share    | 分享檔案  |
|        | Update   | 修改檔案  |
|        | Download | 下載檔案  |
| Folder | Create   | 創建文件夾 |
|        | Delete   | 刪除文件夾 |
|        | Share    | 分享文件夾 |

Google Drive採用的權限，僅能操作以DMflow新增的檔案才能選取，無法選取本來就存在的檔案。


---

# Agent Instructions: 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:

```
GET https://docs.dmflow.chat/domain/formqa/trigger/google-drive.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
