I'm using DropNet to download file from Dropbox, I see it use the RestClient for execute the reques.
My question: Is there anyway to get progress status during the Download? I mean, if I'm downloading a few Megabyte file size, how I'll know that the download is in progress?!
Shouldn't we have for example callback for inform the caller about status?, each package call this call bace with status like package number?, so client can wait or retry...?
Thanks Joseph