工具 API

xmind_manage_drive_item

Rename a file or folder, move a file to the trash, or restore one from the trash. rename_file / trash_file / restore_file take fileId; rename_folder takes folderId; both rename actions also take name. trash_file is reversible — it moves the file to the trash, it does not delete it, and restore_file brings it back. The target must be in the team this connection is authorized for.

productivityOAuth1 积分

调用信息

工具标识
xmind.xmind_manage_drive_item
服务提供方
Xmind
平均响应
0 ms
近 7 天调用
0

输入参数

action必填

Which operation to perform.

fileId

Target file, for rename_file / trash_file / restore_file.

folderId

Target folder, for rename_folder. Accepts a folderId from xmind_list_folders or a spaceId from xmind_list_spaces (a space's root folder id IS its spaceId), but a space root cannot be renamed.

name

New name, for rename_file / rename_folder (1-255 characters).