We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buenas notches senior When I use batch to write a file in dropbox, it does not overwrite an existing file, and does not throw any error
const batchActions = [{ name: 'writefile', path: indexFile, content: html, }]; unifile.batch(session.unifile, folder, batchActions) ...
The text was updated successfully, but these errors were encountered:
Fixes write batch in Dropbox
f84fea4
* Batch correctly overwrite existing files * Batch now rejects the promise if one writing action failed Closes #131
Fixes batches in Dropbox
f1cb72e
* Fixes write batch in Dropbox * Batch correctly overwrite existing files * Batch now rejects the promise if one writing action failed * Fixes delete batch * Uses Buffer for Dropbox batch uploads Closes #131 Closes #130
JbIPS
No branches or pull requests
Buenas notches senior
When I use batch to write a file in dropbox, it does not overwrite an existing file, and does not throw any error
The text was updated successfully, but these errors were encountered: