Hi!
I'm user of dropbox basic and I'm generating upload link but the link following to 404 page.
I have one folder /home/products and one app /Apps/xxx with folder /products
I did try every combination to get proper link but its impossible for me.
here is list of paths witch I did provide
- /products
- /products/somefilename.txt
- /Apps/xxx/
- /Apps/xxx/products
- /Apps/xxx/products/somefiname.txt
what is proper path in my case ? please help
const dbx = new Dropbox({ accessToken: token });
return dbx.filesGetTemporaryUploadLink({duration: 14000, commit_info: {path: '/Apps/xxx/products/text.txt',
"autorename": true,
"mode": "add",
"mute": false,
"strict_conflict": false
}})