We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dcf2a commit a570f2aCopy full SHA for a570f2a
readme.md
@@ -43,6 +43,7 @@ upload(files, process.env.DROPBOXTOKEN, true /* debug mode, defaults to false */
43
44
### Upload with Progress Tracking
45
_This Example can be found in `/examples/progressTracking.js`_
46
+
47
Adding progress tracking is simple, but due to the dropbox api progress will
48
only be updated every 8mb. This is the size of chunks this packages uploads
49
at once. So you will find that progress jumps in 8mb chunks. While annoying
0 commit comments