nworks_drive_upload
Upload files to LINE WORKS Drive using base64 content or a local file path. Specify destination folder and overwrite option to manage existing files.
Instructions
파일을 드라이브에 업로드합니다 (User OAuth file scope 필요). content(base64)와 fileName으로 전달하거나, filePath로 로컬 파일 경로를 지정합니다. MCP 클라이언트에서는 content+fileName 방식을 권장합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | 대상 사용자 ID (미지정 시 me) | |
| content | No | 업로드할 파일 내용 (base64 인코딩). filePath 대신 사용 | |
| fileName | No | 파일명 (content 사용 시 필수) | |
| filePath | No | 업로드할 로컬 파일 경로 (content 대신 사용, 로컬 환경에서만 동작) | |
| folderId | No | 업로드할 폴더 ID (미지정 시 루트) | |
| overwrite | No | 동일 파일명 덮어쓰기 (기본: false) |