90.5. del 작업
Dropbox에서 파일을 삭제합니다.
Camel 생산자로만 작동합니다.
다음은 이 작업의 옵션 목록입니다.
속성 | 필수 | 설명 |
---|---|---|
|
| Dropbox에서 삭제할 폴더 또는 파일 |
90.5.1. Samples
from("direct:start") .to("dropbox://del?accessToken=XXX&clientIdentifier=XXX&remotePath=/root/folder1") .to("mock:result"); from("direct:start") .to("dropbox://del?accessToken=XXX&clientIdentifier=XXX&remotePath=/root/folder1/file1.tar.gz") .to("mock:result");
90.5.2. 결과 메시지 헤더
다음 헤더는 메시지 결과에 설정됩니다.
속성 | 현재의 |
---|---|
| 드롭 박스에서 삭제된 경로의 이름 |
90.5.3. 결과 메시지 본문
다음 오브젝트는 메시지 본문 결과에 설정됩니다.
오브젝트 유형 | 설명 |
---|---|
| 드롭 박스에서 삭제된 경로의 이름 |