files_move
Move a file or folder to a target parent folder by providing resource and destination IDs; optionally overwrite an existing item with the same name.
Instructions
파일/폴더 이동
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | Yes | 이동할 위치의 상위 폴더 ID | |
| resourceId | Yes | 이동할 파일/폴더 ID | |
| isOverwrite | No | 동일 이름 존재 시 덮어쓰기 여부 |