89.7. 이동 작업
Dropbox의 파일을 한 폴더 간에 다른 폴더로 이동합니다.
Camel 생산자로만 작동합니다.
이 작업에 대한 옵션은 다음과 같습니다.
속성 | 필수 | 설명 |
---|---|---|
|
| 이동할 원본 파일 또는 폴더 |
|
| 대상 파일 또는 폴더 |
89.7.1. 샘플
from("direct:start") .to("dropbox://move?accessToken=XXX&clientIdentifier=XXX&remotePath=/root/folder1&newRemotePath=/root/folder2") .to("mock:result");
from("direct:start")
.to("dropbox://move?accessToken=XXX&clientIdentifier=XXX&remotePath=/root/folder1&newRemotePath=/root/folder2")
.to("mock:result");
Copy to clipboardCopied89.7.2. 결과 메시지 헤더
메시지 결과에 다음 헤더가 설정됩니다.
속성 | 현재의 |
---|---|
| dropbox에서 이동된 경로의 이름 |
89.7.3. 결과 메시지 body
다음 오브젝트는 메시지 본문 결과에 설정됩니다.
오브젝트 유형 | 설명 |
---|---|
| dropbox에서 이동된 경로의 이름 |