Say I'd got a 300MB file, the example docs state to read the file to be uploaded in one gulp since an append method is not available(https://www.dropboxforum.com/t5/API-support/How-to-append-to-existing-file/m-p/271603/highlight/true#M16083) , via the api(or any method possible for which the file can be uploaded in chunks) is there a api call that tells us the amount of file uploaded so that we can measure the status to construct something like a progressbar for our applications?