I want to add a progress bar while a file is uploading. Is there a way to get the total bytes currently uploaded, durring the upload? Im Using Swift 3
Are you using the SwiftyDropbox SDK? If so, yes, you can register a progress callback, as shown here:https://stackoverflow.com/documentation/dropbox-api/408/downloading-a-file/1349/downloading-a-file-with-progress-information-using-the-swiftydropbox-library#t=201702082051521729303That sample is for downloading, but it works the same way for uploading.By the way, the title you set for this thread ("Byte order marks on challenge response") seems to be about a different question. Please feel free to open another thread if you have a different question:Dropbox API Support & Feedback | The Dropbox Community