Comments
-
I see. So I believe we can't do anything about it then right..Thank you..
-
Attached is the error ->
-
* the name and version number of the browser you are using* Chrome in Mobile Android * Chrome 110.0.5481.65 * Android 10 * the version number of the Dropbox SDK you are using* <script src="https://cdnjs.cloudflare.com/ajax/libs/dropbox.js/10.30.0/Dropbox-sdk.min.js"></script> * the steps to reproduce the issue, including…
-
Hi @@"Здравко" This is some of my code, and the body that I am also not sure about -> var file = folder+"/"+datavar promises = [];var allfiles = [];var UPLOAD_FILE_SIZE_LIMIT = 500 * 1024 * 1024; async function uploadFile5(listfiles) {var totalfiles = listfiles.length; for (let i = 0; i < totalfiles; i++) {if…