aTable/deploy-to-dropbox

Not clear about DROPBOX_DESTINATION_PATH_PREFIX

Opened this issue · 0 comments

Hello, how does DROPBOX_DESTINATION_PATH_PREFIX work?

If on my Dropbox root at https://www.dropbox.com/home I have folders like:

Personal
Archives
FolderName

and the GLOB value is $HOME/myfolder/file.txt, and DROPBOX_DESTINATION_PATH_PREFIX has the value /, it means that file.txt will be saved on Dropbox getting on the root:

Personal
Archives
FolderName
file.txt

or

Personal
Archives
FolderName
$HOME/myfolder/file.txt

?