dropbox / dropbox/dropbox-sdk-js

Streams

Open
#101 10 comments 6 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
970
Forks
353
Avg merge
9h 3m
Merged PRs (30d)
2

Description

Is there a way to upload files via stream?

I am using Express with Multer middleware.
```
/* Upload file */
dropbox.filesUpload({path, contents: file}) // <- I would like to stream the file instead loading it in memory
.then((response) => {
return next(response);
})
.catch((error) => {
debug(error);
return next(err);
});
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.