Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search dropbox --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search dropbox --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Get File Revisions | get-file-revisions | Returns revision history for a file. |
| Revoke Shared Link | revoke-shared-link | Revokes a shared link, making it no longer accessible. |
| Get Temporary Link | get-temporary-link | Gets a temporary link to download a file. |
| Get Space Usage | get-space-usage | Returns the space usage information for the current account. |
| Get Current Account | get-current-account | Returns information about the current Dropbox user account. |
| List Shared Links | list-shared-links | Lists shared links for a file or folder, or all shared links for the user if no path is specified. |
| Create Shared Link | create-shared-link | Creates a shared link for a file or folder. |
| Search Files | search-files | Searches for files and folders in Dropbox by name or content. |
| Copy File or Folder | copy-file-or-folder | Copies a file or folder to a new location in Dropbox. |
| Move File or Folder | move-file-or-folder | Moves a file or folder from one location to another in Dropbox. |
| Delete File or Folder | delete-file-or-folder | Deletes a file or folder at the specified path. |
| Create Folder | create-folder | Creates a new folder at the specified path in Dropbox. |
| Get File or Folder Metadata | get-metadata | Returns the metadata for a file or folder at the specified path or ID. |
| List Folder Continue | list-folder-continue | Continues listing folder contents using a cursor from a previous list_folder call. |
| List Folder Contents | list-folder-contents | Lists the contents of a folder in Dropbox. |
| 名称 | 标识 | 描述 |
|---|---|---|
| 获取文件修订版本 | get-file-revisions | 返回文件的修订历史。 |
| 撤销共享链接 | revoke-shared-link | 撤销共享链接,使其不再可访问。 |
| 获取临时链接 | get-temporary-link | 获取用于下载文件的临时链接。 |
| 获取空间使用情况 | get-space-usage | 返回当前账户的空间使用信息。 |
| 获取当前账户信息 | get-current-account | 返回当前Dropbox用户账户的信息。 |
| 列出共享链接 | list-shared-links | 列出文件或文件夹的共享链接;若未指定路径,则列出用户的所有共享链接。 |
| 创建共享链接 | create-shared-link | 为文件或文件夹创建共享链接。 |
| 搜索文件 | search-files | 按名称或内容在Dropbox中搜索文件和文件夹。 |
| 复制文件或文件夹 | copy-file-or-folder | 将文件或文件夹复制到Dropbox中的新位置。 |
| 移动文件或文件夹 | move-file-or-folder | 将文件或文件夹从Dropbox中的一个位置移动到另一个位置。 |
| 删除文件或文件夹 | delete-file-or-folder | 删除指定路径下的文件或文件夹。 |
| 创建文件夹 | create-folder | 在Dropbox的指定路径下创建新文件夹。 |
| 获取文件或文件夹元数据 | get-metadata | 返回指定路径或ID对应的文件或文件夹的元数据。 |
| 继续列出文件夹内容 | list-folder-continue | 使用上一次list_folder调用返回的游标继续列出文件夹内容。 |
| 列出文件夹内容 | list-folder-contents | 列出Dropbox中文件夹的内容。 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标识 | 描述 |
|---|---|
| HTTP方法 (GET, POST, PUT, PATCH, DELETE)。默认值为GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串) |
| 发送JSON请求体并设置 |
| 按原样发送请求体,不进行任何处理 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY