...
Wiki Markup |
{div:class=confluenceTableSmall}
|| Property || Mandatory || Description ||
| {{remotePath}} | {{true}} | FolderOriginal file or filefolder to deletemove on|
Dropbox | {{newRemotePath}} | {{true}} | Destination file or folder |
{div} |
Samples
from("direct:start").to("dropbox://delmove?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&newRemotePath=/root/folder2").to("mock:result");
...
Wiki Markup |
{div:class=confluenceTableSmall}
|| Property || Value ||
| {{DELETEDMOVED_PATH}} | name of the path deletedmoved on dropbox |
{div} |
Result Message Body
...
Wiki Markup |
{div:class=confluenceTableSmall}
|| Object type || Description ||
| {{String}} | name of the path deletedmoved on dropbox |
{div} |