You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload a rather large file (~100mb) to Dropbox. The response I am getting from rn-fetch-blob is that it worked, however, there is a) nothing in my Dropbox and b) the upload takes about 1sec which is way too short for ~100mb.
I am trying to upload a rather large file (~100mb) to Dropbox. The response I am getting from rn-fetch-blob is that it worked, however, there is a) nothing in my Dropbox and b) the upload takes about 1sec which is way too short for ~100mb.
Additionally, the
total
propb ofuploadProgress()
is 0 all the time. Am I doing something wrong?Versions:
"react-native": "0.71.7",
"rn-fetch-blob": "^0.12.0",
The text was updated successfully, but these errors were encountered: